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