Class: ActionDispatch::Routing::ConsoleFormatter::Sheet
- Inherits:
-
Base
- Object
- Base
- ActionDispatch::Routing::ConsoleFormatter::Sheet
show all
- Defined in:
- actionpack/lib/action_dispatch/routing/inspector.rb
Instance Method Summary
collapse
Methods inherited from Base
#initialize, #no_routes, #result
Instance Method Details
182
183
184
|
# File 'actionpack/lib/action_dispatch/routing/inspector.rb', line 182
def (routes)
@buffer << (routes)
end
|
#section(routes) ⇒ Object
178
179
180
|
# File 'actionpack/lib/action_dispatch/routing/inspector.rb', line 178
def section(routes)
@buffer << draw_section(routes)
end
|
#section_title(title) ⇒ Object
174
175
176
|
# File 'actionpack/lib/action_dispatch/routing/inspector.rb', line 174
def section_title(title)
@buffer << "\n#{title}:"
end
|