Method: #error

Defined in:
lib/logger.rb

#error(str) ⇒ Object



158
159
160
# File 'lib/logger.rb', line 158

def error(str)
  $stdout.error str
end