method
new
1.2.0 -
Show latest stable
- Class:
Spec::Matchers::BeKindOf
new(expected)public
No documentation available.
# File lib/spec/matchers/be_kind_of.rb, line 4
def initialize(expected)
@expected = expected
end