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