class Slop::StringOption
Cast the option argument to a String.
Public Instance Methods
call(value)
click to toggle source
# File lib/slop/types.rb, line 4 def call(value) value.to_s end