# File lib/pry/code_object.rb, line 25
      def real_method_object?
        is_a?(::Method) || is_a?(::UnboundMethod)
      end