Object
Response to a link request
# File lib/celluloid/system_events.rb, line 28 def initialize(actor, type) @actor, @type = actor, type.to_sym raise ArgumentError, "type must be link or unlink" unless [:link, :unlink].include?(@type) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.