method
banner
v5.1.7 -
Show latest stable
- Class:
Rails::Generators::PluginGenerator
banner()private
No documentation available.
# File railties/lib/rails/generators/rails/plugin/plugin_generator.rb, line 327
def self.banner
"rails plugin new #{arguments.map(&:usage).join(' ')} [options]"
end