Method: CLI::UI::Widgets::InvalidWidgetArguments#message
- Defined in:
- lib/cli/ui/widgets.rb
#message ⇒ Object
: -> String
82 83 84 85 |
# File 'lib/cli/ui/widgets.rb', line 82 def "invalid widget arguments: #{@argstring} " \ "-- must match pattern: #{@pattern.inspect}" end |