Method: ActionDispatch::Routing::ConsoleFormatter::Expanded#section

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

#section(routes) ⇒ Object



238
239
240
# File 'actionpack/lib/action_dispatch/routing/inspector.rb', line 238

def section(routes)
  @buffer << draw_expanded_section(routes)
end