method
new
rspec 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 new(expected)No documentation available.
# File lib/spec/matchers/match_array.rb, line 7
def initialize(expected)
@expected = expected
end