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