method
matches?

matches?(actual)
public
Hide source
# File lib/spec/matchers/be_kind_of.rb, line 8 def matches?(actual) @actual = actual @actual.kind_of?(@expected) end