class OptimistXL::DateArrayOption
Option
class for handling multiple dates
Public Class Methods
new()
click to toggle source
Calls superclass method
OptimistXL::Option::new
# File lib/optimist_xl.rb, line 1290 def initialize ; super ; @max_args = 999 ; end
Public Instance Methods
type_format()
click to toggle source
# File lib/optimist_xl.rb, line 1289 def type_format ; "=<date+>" ; end