Top Level Namespace

Defined Under Namespace

Classes: Contact, Fetion, FetionException

Instance Method Summary collapse

Instance Method Details

#level(options) ⇒ Object



58
59
60
61
62
# File 'lib/rfetion/command.rb', line 58

def level(options)
  return Logger::DEBUG if options[:debug]
  return Logger::ERROR if options[:silence]
  return Logger::INFO
end