Module: Serverspec::Helper::Type
- Defined in:
- lib/serverspec/helper/type.rb
Instance Method Summary collapse
Instance Method Details
#service(name) ⇒ Object
6 7 8 |
# File 'lib/serverspec/helper/type.rb', line 6 def service name Serverspec::Type::Service.new(name) end |