class Concurrent::Actor::ActorTerminated
Attributes
reference[R]
Public Class Methods
new(reference)
click to toggle source
Calls superclass method
# File lib/concurrent/actor/errors.rb, line 10 def initialize(reference) @reference = Type! reference, Reference super reference.path end