Module: Specinfra::Helper::Set
- Defined in:
- lib/specinfra/helper/set.rb
Instance Method Summary collapse
Instance Method Details
#set(param, *value) ⇒ Object
4 5 6 |
# File 'lib/specinfra/helper/set.rb', line 4 def set(param, *value) Specinfra.configuration.send(param, *value) end |