Source: show | on GitHub
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 204 def header(routes) @buffer << draw_header(routes) end
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 200 def section(routes) @buffer << draw_section(routes) end
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 196 def section_title(title) @buffer << "\n#{title}:" end