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