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