# File lib/rspec-puppet/matchers/type_matchers.rb, line 30 def with_parameters(params) @exp_parameters = @exp_parameters | Array(params) self end