Class | Description |
---|---|
CheckArityNode |
Check arguments meet the arity of the method.
|
IsNilNode | |
MissingKeywordArgumentNode | |
ReadAllArgumentsNode | |
ReadBlockNode |
Read the block as a
Proc . |
ReadKeywordArgumentNode | |
ReadKeywordRestArgumentNode | |
ReadOptionalArgumentNode |
Read an optional argument.
|
ReadPostArgumentNode |
Read a post-optional argument.
|
ReadPreArgumentNode |
Read pre-optional argument.
|
ReadRestArgumentNode |
Read the rest of arguments after a certain point into an array.
|
ShouldDestructureNode |
Switches between loading arguments as normal and doing a destructure.
|
Enum | Description |
---|---|
MissingArgumentBehaviour |
Copyright © 2001-2015 JRuby. All Rights Reserved.