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