Method: Rack::Lint::ErrorWrapper#puts

Defined in:
lib/rack/lint.rb

#puts(str) ⇒ Object

  • puts must be called with a single argument that responds to to_s.



397
398
399
# File 'lib/rack/lint.rb', line 397

def puts(str)
  @error.puts str
end