Skip to Content Skip to Search

class ActionDispatch::Routing::ConsoleFormatter::Sheet

Inherits From

Public instance methods

Source code GitHub
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 201
def header(routes)
  @buffer << draw_header(routes)
end
Source code GitHub
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 197
def section(routes)
  @buffer << draw_section(routes)
end
Source code GitHub
# File actionpack/lib/action_dispatch/routing/inspector.rb, line 193
def section_title(title)
  @buffer << "\n#{title}:"
end

Definition files