22 23 24 25 26
# File 'lib/ubea/log.rb', line 22 def warn(message, options = {}) options = { output: $stderr }.merge(options) info "[WARN] #{message}", options end