Array
# File lib/main/parameter.rb, line 703 def initialize super() self.fields = [] extend BoundsCheck end
# File lib/main/parameter.rb, line 709 def to_options (hash = self.to_hash ).keys.each { |key| hash[key] = hash[key].value } return hash end