Method: Beaker::Options::Parser#parser_error
- Defined in:
- lib/beaker/options/parser.rb
#parser_error(msg = "") ⇒ Object
Raises an ArgumentError with associated message
22 23 24 |
# File 'lib/beaker/options/parser.rb', line 22 def parser_error msg = "" raise ArgumentError, msg.to_s end |