instance method banner?

Ruby on Rails edge

Since edge

Signature

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

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close