method
fetch
v8.0.0 -
Show latest stable
- Class:
ActionController::TestSession
fetch(key, *args, &block)public
No documentation available.
# File actionpack/lib/action_controller/test_case.rb, line 221
def fetch(key, *args, &block)
@data.fetch(key.to_s, *args, &block)
end