method

fetch

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