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