# File lib/algebrick/matchers/many.rb, line 26 def ==(other) other.kind_of? self.class end
# File lib/algebrick/matchers/many.rb, line 18 def children [] end
# File lib/algebrick/matchers/many.rb, line 22 def to_s "*#{assign_to_s}any" end
# File lib/algebrick/matchers/many.rb, line 32 def matching?(other) true end