Method: NamedArguments#required_fields
- Defined in:
- lib/named_arguments.rb
#required_fields ⇒ Object
Requires that the given arguments be present on the call to new.
required_fields [:snark, :boojum]
or
required_fields :snark
67 68 69 |
# File 'lib/named_arguments.rb', line 67 def required_fields # Dummy for rdoc end |