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