Class: Simnos::CLI::Apply
- Inherits:
-
Object
- Object
- Simnos::CLI::Apply
- Defined in:
- lib/simnos/cli.rb
Instance Method Summary collapse
-
#initialize(filepath, options) ⇒ Apply
constructor
A new instance of Apply.
- #run ⇒ Object
Constructor Details
#initialize(filepath, options) ⇒ Apply
Returns a new instance of Apply.
60 61 62 63 |
# File 'lib/simnos/cli.rb', line 60 def initialize(filepath, ) @filepath = filepath @options = end |