Class: Proc
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
200 201 202 |
# File 'lib/pretty_debug.rb', line 200 def inspect; f, l = source_location; "Proc@#{f}:#{l}" rescue; "Proc@source_unknown".freeze end |