class OptimistXL::StringOption
Option
class for handling Strings.
Public Instance Methods
parse(paramlist, _neg_given)
click to toggle source
# File lib/optimist_xl.rb, line 1202 def parse(paramlist, _neg_given) paramlist.map { |pg| pg.map(&:to_s) } end
type_format()
click to toggle source
# File lib/optimist_xl.rb, line 1201 def type_format ; "=<s>" ; end