File Manager

Path: /opt/chef.upgrade/embedded/lib/ruby/gems/2.3.0/gems/specinfra-2.68.0/lib/specinfra/helper/

Viewing File: set.rb

module Specinfra
  module Helper
    module Set
      def set(param, *value)
        Specinfra.configuration.send(param, *value)
      end
    end
  end
end