This represents a warning that was encountered during parsing.
Methods
- D
- I
- N
Attributes
[R] | location | A |
[R] | message | The message associated with this warning. |
Class Public methods
new(message, location) Link
Create a new warning object with the given message and location.
Instance Public methods
deconstruct_keys(keys) Link
Implement the hash pattern matching interface for ParseWarning
.