199 200 201
# File 'lib/pretty_debug.rb', line 199 def inspect; f, l = source_location; "Proc@#{f}:#{l}" rescue; "Proc@source_unknown" end