Class: ActionDispatch::Routing::ConsoleFormatter::Sheet
- Inherits:
-
Base
- Object
- Base
- ActionDispatch::Routing::ConsoleFormatter::Sheet
show all
- Defined in:
- lib/action_dispatch/routing/inspector.rb
Direct Known Subclasses
Unused
Instance Method Summary
collapse
Methods inherited from Base
#initialize, #no_routes, #result
Instance Method Details
199
200
201
|
# File 'lib/action_dispatch/routing/inspector.rb', line 199
def (routes)
@buffer << (routes)
end
|
#section(routes) ⇒ Object
195
196
197
|
# File 'lib/action_dispatch/routing/inspector.rb', line 195
def section(routes)
@buffer << draw_section(routes)
end
|
#section_title(title) ⇒ Object
191
192
193
|
# File 'lib/action_dispatch/routing/inspector.rb', line 191
def section_title(title)
@buffer << "\n#{title}:"
end
|