# File lib/docker/event.rb, line 74 def Actor=(actor) return if actor.nil? if actor.is_a? Actor @Actor = actor else @Actor = Actor.new(actor) end end