Class: Moura::Cli
- Inherits:
-
Thor
- Object
- Thor
- Moura::Cli
- Defined in:
- lib/moura/cli.rb
Instance Method Summary collapse
Instance Method Details
#apply(file) ⇒ Object
23 24 25 26 27 28 |
# File 'lib/moura/cli.rb', line 23 def apply(file) model = Model::Diff.new(file) model.apply View::Diff.new(model.diff).show end |