# File lib/origin/smash.rb, line 55
    def [](key)
      fetch(aliases[key]) { super }
    end