Class: DrJekyll::Tool
- Inherits:
-
Object
- Object
- DrJekyll::Tool
- Defined in:
- lib/drjekyll/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.
9 10 11 |
# File 'lib/drjekyll/cli/main.rb', line 9 def initialize LogUtils::Logger.root.level = :info # set logging level to info end |