Module: AptControl::Actors

Defined in:
lib/apt_control/actors.rb

Overview

Explicitly proxy some objects to have actor proxies - perhaps celluloid already has this facility?

The rationale is that I want to leave the underlying objects ‘clean’ so I can test them individually without having to worry about celluloid magic

Defined Under Namespace

Modules: Proxied, ProxiedClassMethods Classes: ActorProxy