# File lib/hiera/backend/eyaml/options.rb, line 16 def self.set hash @@options = {} hash.each do |k, v| @@options[ k.to_sym ] = v end end