Class: ActionDispatch::Routing::ConsoleFormatter::Sheet
- Inherits:
-
Base
- Object
- Base
- ActionDispatch::Routing::ConsoleFormatter::Sheet
show all
- Defined in:
- actionpack/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
245
246
247
|
# File 'actionpack/lib/action_dispatch/routing/inspector.rb', line 245
def (routes)
@buffer << ""
end
|
241
242
243
|
# File 'actionpack/lib/action_dispatch/routing/inspector.rb', line 241
def (routes)
@buffer << (routes)
end
|
#section(routes) ⇒ Object
237
238
239
|
# File 'actionpack/lib/action_dispatch/routing/inspector.rb', line 237
def section(routes)
@buffer << draw_section(routes)
end
|
#section_title(title) ⇒ Object
233
234
235
|
# File 'actionpack/lib/action_dispatch/routing/inspector.rb', line 233
def section_title(title)
@buffer << "#{title}:"
end
|