class Array
Public Class Methods
call(*matchers)
click to toggle source
# File lib/algebrick/matchers/array.rb, line 62 def self.call(*matchers) Matchers::Array.new *matchers end