method
new
1.1.4 -
Show latest stable
- Class:
Spec::Matchers::ThrowSymbol
new(expected=nil)public
No documentation available.
# File lib/spec/matchers/throw_symbol.rb, line 5
def initialize(expected=nil)
@expected = expected
@actual = nil
end