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