# File lib/pry/code.rb, line 264
    def inspect
      Object.instance_method(:to_s).bind(self).call
    end