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