# File lib/active_support/ordered_options.rb, line 9
    def [](key)
      super(key.to_sym)
    end