Method: ActionController::TestSession#fetch
- Defined in:
- actionpack/lib/action_controller/test_case.rb
#fetch(key, *args, &block) ⇒ Object
219 220 221 |
# File 'actionpack/lib/action_controller/test_case.rb', line 219 def fetch(key, *args, &block) @data.fetch(key.to_s, *args, &block) end |