分享 awesome_print 看着很强大啊

i5ting · February 16, 2013 · Last by kewin replied at February 17, 2013 · 3864 hits
Awesome Print is a Ruby library that pretty prints Ruby objects in full color exposing their internal structure with proper indentation. Rails ActiveRecord objects and usage within Rails templates are supported via included mixins.
  • 支持自定义颜色
  • 支持 erb,haml
  • 支持 irb,pry
  • 支持 logger
  • 支持 rails console

暂时就看到这些,用起来还是比较简单

看个例子吧

# irb(main):011:0> ap $:
You need to Sign in before reply, if you don't have an account, please Sign up first.