Method: ActionDispatch::Routing::HtmlTableFormatter#initialize
- Defined in:
- lib/action_dispatch/routing/inspector.rb
#initialize(view) ⇒ HtmlTableFormatter
Returns a new instance of HtmlTableFormatter.
286 287 288 289 |
# File 'lib/action_dispatch/routing/inspector.rb', line 286 def initialize(view) @view = view @buffer = [] end |