Class: Shaddox::Localhost

Inherits:
Target
  • Object
show all
Defined in:
lib/shaddox/target.rb

Defined Under Namespace

Classes: LocalActor

Instance Method Summary collapse

Methods inherited from Target

#deploy

Instance Method Details

#new_actor(&block) ⇒ Object



79
80
81
# File 'lib/shaddox/target.rb', line 79

def new_actor(&block)
  LocalActor.new(&block)
end