Class: TTY::Option::ParseError
Overview
Raised during command line input parsing
Direct Known Subclasses
InvalidArgument, InvalidArity, InvalidConversionArgument, MissingArgument, MissingParameter, UnpermittedArgument
Instance Attribute Summary collapse
-
#param ⇒ Object
Returns the value of attribute param.
Instance Attribute Details
#param ⇒ Object
Returns the value of attribute param
24 25 26 |
# File 'lib/tty/option/errors.rb', line 24 def param @param end |