method
description
rspec latest stable - Class:
Spec::Matchers::MatchArray
description()public
No documentation available.
# File lib/spec/matchers/match_array.rb, line 30
def description
"contain exactly #{_pretty_print(@expected)}"
end