Class: Slop::PathsOption

Inherits:
ArrayOption
  • Object
show all
Defined in:
lib/cli_helper.rb

Instance Method Summary collapse

Instance Method Details

#finish(opts) ⇒ Object



29
30
31
# File 'lib/cli_helper.rb', line 29

def finish(opts)
  self.value = value.map { |f| Pathname.new(f) }
end