Class: Slop::PathOption

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

Instance Method Summary collapse

Instance Method Details

#call(value) ⇒ Object



23
24
25
# File 'lib/cli_helper.rb', line 23

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