Class: Slideshow::Tool
- Inherits:
-
Object
- Object
- Slideshow::Tool
- Defined in:
- lib/slideshow/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.
10 11 12 |
# File 'lib/slideshow/cli/main.rb', line 10 def initialize LogUtils::Logger.root.level = :info # set logging level to info end |
Instance Method Details
#run(args) ⇒ Object
14 15 16 17 |
# File 'lib/slideshow/cli/main.rb', line 14 def run( args ) puts SlideshowCli. Toolii.run( args ) end |