class RSpec::Matchers::BuiltIn::BeAKindOf
Public Instance Methods
match(expected, actual)
click to toggle source
# File lib/rspec/matchers/built_in/be_kind_of.rb, line 5 def match(expected, actual) actual.kind_of? expected end