# File lib/ice_cube/flexible_hash.rb, line 11
    def [](key)
      key = _match_key(key)
      super
    end