Libraries
»
ji2p
(0.0.3)
»
Index (C)
»
ActorSystem
»
Minimal
»
Actor
»
ClassMethods
Module: ActorSystem::Minimal::Actor::ClassMethods
Defined in:
lib/actor_system/core/minimal.rb
Instance Method Summary
collapse
#
new
(*args, &block) ⇒ Object
Instance Method Details
#
new
(*args, &block) ⇒
Object
8 9 10
# File 'lib/actor_system/core/minimal.rb', line 8
def
new
(
*
args
,
&
block
)
Proxy
.
new
(
super
)
end