Methods
H
S
Instance Public methods
header(routes)
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 175
def header(routes)
  @buffer << draw_header(routes)
end
section(routes)
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 171
def section(routes)
  @buffer << draw_section(routes)
end
section_title(title)
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 167
def section_title(title)
  @buffer << "\n#{title}:"
end