module Specinfra::Helper::Set

Public Instance Methods

set(param, *value) click to toggle source
# File lib/specinfra/helper/set.rb, line 4
def set(param, *value)
  Specinfra.configuration.send(param, *value)
end