module DebugBar::Ext::Object
Public Instance Methods
awesome_print(opts={})
click to toggle source
# File lib/debug-bar/ext/object.rb, line 7 def awesome_print(opts={}) return self.ai(opts) end
awesome_print_html()
click to toggle source
# File lib/debug-bar/ext/object.rb, line 11 def awesome_print_html return self.awesome_print(:html => true, :indent => -3) end