Class: Proc
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
63 64 65 |
# File 'lib/pretty_debug.rb', line 63 def inspect; f, l = source_location; "Proc@#{File.basename(f)}:#{l}" rescue; "Proc@source_unknown" end |