Method: Rack::WebProfiler::View#context
- Defined in:
- lib/rack/web_profiler/view.rb
#context ⇒ Rack::WebProfiler::View::Context
Get the context.
44 45 46 |
# File 'lib/rack/web_profiler/view.rb', line 44 def context @context ||= Context.new end |