Method: ActionDispatch::Routing::ConsoleFormatter::Sheet#section_title
- Defined in:
- actionpack/lib/action_dispatch/routing/inspector.rb
#section_title(title) ⇒ Object
233 234 235 |
# File 'actionpack/lib/action_dispatch/routing/inspector.rb', line 233 def section_title(title) @buffer << "#{title}:" end |