# File lib/facets/core/hash/having_fallback.rb, line 13 def self.[](key) return @fallback[key] if @fallback and not key?(key) rescue super super end