# File lib/clamp/parameter/definition.rb, line 8 def initialize(name, description, options = {}) @name = name @description = description super(options) @multivalued = (@name =~ ELLIPSIS_SUFFIX) @required = options.fetch(:required) do (@name !~ OPTIONAL) end end
Generated with the Darkfish Rdoc Generator 2.