Class: Slop::PathsOption
- Inherits:
-
ArrayOption
- Object
- ArrayOption
- Slop::PathsOption
- Defined in:
- lib/cli_helper.rb
Instance Method Summary collapse
Instance Method Details
#finish(opts) ⇒ Object
36 37 38 |
# File 'lib/cli_helper.rb', line 36 def finish(opts) self.value = value.map { |f| Pathname.new(f) } end |