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