method
expected
1.1.4 -
Show latest stable
- Class:
Spec::Matchers::ThrowSymbol
expected()private
No documentation available.
# File lib/spec/matchers/throw_symbol.rb, line 47
def expected
@expected.nil? ? "a Symbol" : @expected.inspect
end