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