Methods

Instance Public methods

section(routes)

# File actionpack/lib/action_dispatch/routing/inspector.rb, line 207
def section(routes)
  @buffer << draw_expanded_section(routes)
end

section_title(title)

# File actionpack/lib/action_dispatch/routing/inspector.rb, line 203
def section_title(title)
  @buffer << "\n#{"[ #{title} ]"}"
end