class Slop::MissingArgument
Raised when an option that expects an argument is executed without one. Suppress with the ‘suppress_errors` config option.
Attributes
Public Class Methods
Source
# File lib/slop/error.rb, line 19 def initialize(msg, flags) super(msg) @flags = flags end
Get all the flags that matches the option with the missing argument
Calls superclass method