method
description
rspec latest stable - Class:
Spec::Matchers::BeInstanceOf
description()public
No documentation available.
# File lib/spec/matchers/be_instance_of.rb, line 13
def description
"be an instance of #{@expected}"
end