class Rack::Lint::Wrapper::ErrorWrapper

def puts(str)

# * +puts+ must be called with a single argument that responds to +to_s+.
def puts(str)
  @error.puts str
end