class Slop::OutOption
Slop
parser for File path
Public Instance Methods
call(value)
click to toggle source
# File lib/portfinder/option.rb 19 def call value 20 File.basename value 21 end
Slop
parser for File path
# File lib/portfinder/option.rb 19 def call value 20 File.basename value 21 end