Exception: CommandLine::ParameterExpected
- Defined in:
- lib/cli/command_line_arguments.rb
Overview
Missing a required flag argument
Instance Method Summary collapse
-
#initialize(option) ⇒ ParameterExpected
constructor
A new instance of ParameterExpected.
Constructor Details
#initialize(option) ⇒ ParameterExpected
290 291 292 |
# File 'lib/cli/command_line_arguments.rb', line 290 def initialize(option) super("The option #{option.inspect} expects a parameter!") end |