Class: Slop::PathOption
- Inherits:
-
Option
- Object
- Option
- Slop::PathOption
- Defined in:
- lib/wagemage.rb
Instance Method Summary collapse
Instance Method Details
#call(value) ⇒ Object
11 12 13 |
# File 'lib/wagemage.rb', line 11 def call(value) Pathname.new(value) end |