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