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