Class: ActionDispatch::Routing::ConsoleFormatter::Sheet
- Inherits:
-
Base
- Object
- Base
- ActionDispatch::Routing::ConsoleFormatter::Sheet
show all
- Defined in:
- lib/action_dispatch/routing/inspector.rb
Instance Method Summary
collapse
Methods inherited from Base
#initialize, #no_routes, #result
Instance Method Details
175
176
177
|
# File 'lib/action_dispatch/routing/inspector.rb', line 175
def (routes)
@buffer << (routes)
end
|
#section(routes) ⇒ Object
171
172
173
|
# File 'lib/action_dispatch/routing/inspector.rb', line 171
def section(routes)
@buffer << draw_section(routes)
end
|
#section_title(title) ⇒ Object
167
168
169
|
# File 'lib/action_dispatch/routing/inspector.rb', line 167
def section_title(title)
@buffer << "\n#{title}:"
end
|