module ProcessHost::Process::Build

Public Instance Methods

build() click to toggle source
# File lib/process_host/process.rb, line 30
def build
  instance = new
  instance.send = Actor::Messaging::Send.new
  instance
end