Module: Spec::Mocks::ArgumentMatchers

Defined in:
lib/not_a_mock/argument_constraint_extensions.rb

Overview

:nodoc:

Defined Under Namespace

Classes: AnyArgMatcher

Instance Method Summary collapse

Instance Method Details

#in_any_order(array) ⇒ Object



26
27
28
# File 'lib/not_a_mock/argument_constraint_extensions.rb', line 26

def in_any_order(array)
  Spec::Mocks::AnyOrderArgConstraint.new(array)
end