# File lib/hiera/backend/eyaml/options.rb, line 11
        def self.[] key
          @@options ||= {}
          @@options[ key.to_sym ]
        end