Method: CLI::UI::Widgets.available

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

.availableObject

All available widgets by name

: -> Array



51
52
53
# File 'lib/cli/ui/widgets.rb', line 51

def available
  MAP.keys
end