Class: LabelWeaver::CLI::Actions::Diff::File
- Inherits:
-
Sod::Action
- Object
- Sod::Action
- LabelWeaver::CLI::Actions::Diff::File
- Defined in:
- lib/label_weaver/cli/actions/diff/file.rb
Instance Method Summary collapse
Instance Method Details
#call(path) ⇒ Object
12 13 14 |
# File 'lib/label_weaver/cli/actions/diff/file.rb', line 12 def call(path) context.input[:file] = Pathname.new(path) end |