Method: Rack::Lint::ErrorWrapper#puts
- Defined in:
- lib/rack/lint.rb
#puts(str) ⇒ Object
-
putsmust be called with a single argument that responds toto_s.
397 398 399 |
# File 'lib/rack/lint.rb', line 397 def puts(str) @error.puts str end |