class OptimistXL::IntegerArrayOption

Option class for handling multiple Integers

Public Class Methods

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

Public Instance Methods

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