Class: Proc

Inherits:
Object show all
Defined in:
lib/pretty_debug.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



183
184
185
# File 'lib/pretty_debug.rb', line 183

def inspect; f, l = source_location; "Proc@#{f}:#{l}"
rescue; "Proc@source_unknown".freeze
end