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