class OptimistXL::StringArrayOption

Option class for handling multiple Strings

Public Class Methods

new() click to toggle source
Calls superclass method OptimistXL::Option::new
# File lib/optimist_xl.rb, line 1283
def initialize ; super ; @max_args = 999 ; end

Public Instance Methods

type_format() click to toggle source
# File lib/optimist_xl.rb, line 1282
def type_format ; "=<s+>" ; end