# File lib/merb-core/vendor/facets/dictionary.rb, line 218 def fetch(k, *a, &b) @hash.fetch(k, *a, &b) end