class Rack::Lint::Wrapper::ErrorWrapper
def write(str)
def write(str) raise LintError, "rack.errors#write not called with a String" unless str.kind_of? String @error.write str end
def write(str) raise LintError, "rack.errors#write not called with a String" unless str.kind_of? String @error.write str end