Method: ActionDispatch::Routing::ConsoleFormatter::Sheet#section_title

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

#section_title(title) ⇒ Object



193
194
195
# File 'actionpack/lib/action_dispatch/routing/inspector.rb', line 193

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