class Slop::PathsOption
Public Instance Methods
finish(opts)
click to toggle source
# File lib/cli_helper.rb, line 29 def finish(opts) self.value = value.map { |f| Pathname.new(f) } end
# File lib/cli_helper.rb, line 29 def finish(opts) self.value = value.map { |f| Pathname.new(f) } end