# File lib/facets/core/hash/having_aquisition.rb, line 14 def self.[](key) begin return @fallback[key] if @fallback and not key?(key) rescue end val = super val.fallback(self) if Hash == val val end