class Trollop::DateArrayOption

Option class for handling multiple dates

Public Instance Methods

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