class Rack::Lint::Wrapper::InputWrapper

def close(*args)

# any remaining input is not needed.
# * +close+ can be called on the input stream to indicate that
def close(*args)
  @input.close(*args)
end