Method: #error

Defined in:
lib/narou_logger.rb

#error(str) ⇒ Object



287
288
289
# File 'lib/narou_logger.rb', line 287

def error(str)
  $stdout.error str
end