Parent

Methods

Actor::DeadActorError

Attributes

actor[R]
reason[R]

Public Class Methods

new(actor, reason) click to toggle source
# File lib/girl_friday/actor.rb, line 37
def initialize(actor, reason)
  super(reason)
  @actor = actor
  @reason = reason
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.