class Trollop::IntegerArrayOption

Option class for handling multiple Integers

Public Instance Methods

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