# File lib/ice_cube/flexible_hash.rb, line 16
    def fetch(key)
      key = _match_key(key)
      super
    end