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