class Trollop::StringArrayOption

Option class for handling multiple Strings

Public Instance Methods

multi_arg?() click to toggle source
# File lib/trollop.rb, line 874
def multi_arg? ; true ; end
type_format() click to toggle source
# File lib/trollop.rb, line 873
def type_format ; "=<s+>" ; end