# File lib/rspec-puppet/matchers/dynamic_matchers.rb, line 19 def method_missing(method, *args, &block) return RSpec::Puppet::TypeMatchers::CreateGeneric.new(method, *args, &block) if method == :be_valid_type super end