# File lib/rspec/matchers.rb, line 233
    def be_a(klass)
      be_a_kind_of(klass)
    end