Class: LazyRails::PromptGenerators::SelectTools
- Defined in:
- lib/lazy_rails/prompt_generators.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from LazyRails::PromptGenerators::Base
Instance Method Details
#call ⇒ Object
64 65 66 67 68 69 70 71 |
# File 'lib/lazy_rails/prompt_generators.rb', line 64 def call prompt.multi_select("SKIP RAILS DEFAULTS:", show_help: :always) do || .choice "jbuilder" .choice "minitest" .choice "rubocop" .choice "brakeman" end end |