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