= private = protected
<<(obj)
This method has no description. You can help the Ruby community by adding new notes.
# File lib/webrick/log.rb, line 44 def <<(obj) log(INFO, obj.to_s) end