Method: ActionDispatch::Routing::ConsoleFormatter::Expanded#section_title

Defined in:
actionpack/lib/action_dispatch/routing/inspector.rb

#section_title(title) ⇒ Object



234
235
236
# File 'actionpack/lib/action_dispatch/routing/inspector.rb', line 234

def section_title(title)
  @buffer << "\n#{"[ #{title} ]"}"
end