Class: Quik::Tool
- Inherits:
-
Object
- Object
- Quik::Tool
- Defined in:
- lib/quik/cli/main.rb
Instance Method Summary collapse
-
#initialize ⇒ Tool
constructor
A new instance of Tool.
- #run(args) ⇒ Object
Constructor Details
#initialize ⇒ Tool
Returns a new instance of Tool.
8 9 10 |
# File 'lib/quik/cli/main.rb', line 8 def initialize LogUtils::Logger.root.level = :info # set logging level to info end |