class Pry::Output

def respond_to_missing?(method_name, include_private = false)

def respond_to_missing?(method_name, include_private = false)
  @output.respond_to?(method_name, include_private)
end