Sha256: a545dd09cd5a0eb970ae73329b245af48f28059b9093092552a2adae3ccf87dc
Contents?: true
Size: 212 Bytes
Versions: 3
Compression:
Stored size: 212 Bytes
Contents
# encoding: utf-8 require 'adhearsion/logging' class Object include Adhearsion::Logging::HasLogger end module Celluloid class ActorProxy def logger Actor.call @mailbox, :logger end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
adhearsion-3.0.0.rc1 | lib/adhearsion/foundation/object.rb |
adhearsion-3.0.0.beta2 | lib/adhearsion/foundation/object.rb |
adhearsion-3.0.0.beta1 | lib/adhearsion/foundation/object.rb |