class Concurrent::ErlangActor::EnvironmentConstants::AbstractLogicOperationMatcher
Public Class Methods
Source
# File lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb, line 595 def self.[](*matchers) new(*matchers) end
Source
# File lib/concurrent-ruby-edge/concurrent/edge/erlang_actor.rb, line 599 def initialize(*matchers) @matchers = matchers end