# File lib/hiera/backend/eyaml/plugins.rb, line 12
        def self.register_options args
          options = args[ :options ]
          plugin = args[ :plugin ]
          options.each do |name, option_hash|
            new_option = {:name => "#{plugin}_#{name}"}
            new_option.merge! option_hash
            @@options << new_option
          end
        end