module Docman module Deployers class LocalDeployer < Deployer def push(info, state_name) end end end end