instance method
banner?
Ruby on Rails edge
Since edgeSignature
banner?()
Whether to print a startup banner. Defaults to true; pass --no-banner to suppress it for one-off sessions.
Source
# File railties/lib/rails/commands/console/console_command.rb, line 63
def banner?
options.fetch(:banner, true)
end
Defined in railties/lib/rails/commands/console/console_command.rb line 63
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Console