instance method
section_title
Ruby on Rails 5.2.8.1
Since v4.0.13 Last seen in v5.2.8.1Signature
section_title(title)
No documentation comment.
Parameters
-
titlereq
Source
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 138
def section_title(title)
@buffer << "\n#{title}:"
end
Defined in actionpack/lib/action_dispatch/routing/inspector.rb line 138
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Routing::ConsoleFormatter