# File lib/serverspec/type/base.rb, line 6 def initialize(name=nil, options = {}) @name = name @options = options @runner = Specinfra::Runner end