Class: Command::Repeating::Omittable
- Inherits:
-
ArgumentDecoration
- Object
- Argument
- ArgumentDecoration
- Command::Repeating::Omittable
- Defined in:
- lib/command-set/arguments.rb
Instance Attribute Summary
Attributes inherited from Argument
Instance Method Summary collapse
Methods inherited from ArgumentDecoration
#decorated, #initialize, #pretty_print_instance_variables, register
Methods inherited from Argument
#basis, #check_present, #complete, #consume, #consume_hash, #initialize, #match_terms, #names, #parse, register, #required?, #subject_requirements, #validate
Constructor Details
This class inherits a constructor from Command::ArgumentDecoration
Instance Method Details
#omittable? ⇒ Boolean
523 |
# File 'lib/command-set/arguments.rb', line 523 def omittable?; true; end |