Class: Slop::PathOption

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

Instance Method Summary collapse

Instance Method Details

#call(value) ⇒ Object



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

def call(value)
  Pathname.new(value)
end