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