class Concurrent::ErlangActor::EnvironmentConstants::AbstractLogicOperationMatcher

Public Class Methods

[](*matchers) click to toggle source
# File lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb, line 591
def self.[](*matchers)
  new(*matchers)
end
new(*matchers) click to toggle source
# File lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb, line 595
def initialize(*matchers)
  @matchers = matchers
end