Class: Pessimize::Shell
- Inherits:
-
Object
- Object
- Pessimize::Shell
- Defined in:
- lib/pessimize/shell.rb
Instance Method Summary collapse
-
#initialize ⇒ Shell
constructor
A new instance of Shell.
- #run ⇒ Object
Constructor Details
#initialize ⇒ Shell
Returns a new instance of Shell.
6 7 8 |
# File 'lib/pessimize/shell.rb', line 6 def initialize self.file_manager = FileManager.new end |
Instance Method Details
#run ⇒ Object
10 11 12 13 |
# File 'lib/pessimize/shell.rb', line 10 def run verify_files Pessimizer.new(file_manager).run end |