method
fetch

fetch(key, &block)
public
Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1953 def fetch(key, &block) @hash.fetch(key, &block) end