class Trollop::FloatArrayOption
Option class for handling multiple Floats
Public Instance Methods
multi_arg?()
click to toggle source
# File lib/trollop.rb, line 867 def multi_arg? ; true ; end
type_format()
click to toggle source
# File lib/trollop.rb, line 866 def type_format ; "=<f+>" ; end