# File lib/rr/dsl.rb, line 85
    def is_a(klass)
      RR::WildcardMatchers::IsA.new(klass)
    end