Method: CLI::UI::Widgets::InvalidWidgetArguments#message

Defined in:
lib/cli/ui/widgets.rb

#messageObject

: -> String



82
83
84
85
# File 'lib/cli/ui/widgets.rb', line 82

def message
  "invalid widget arguments: #{@argstring} " \
    "-- must match pattern: #{@pattern.inspect}"
end