Class: Array

Inherits:
Object show all
Defined in:
lib/algebrick/matchers/array.rb

Class Method Summary collapse

Class Method Details

.call(*matchers) ⇒ Object



62
63
64
# File 'lib/algebrick/matchers/array.rb', line 62

def self.call(*matchers)
  Matchers::Array.new *matchers
end