require 'net/ssh' module Pushwagner module Supervisord class Restarter def initialize(environment, opts = {}) end def restart puts "..." end end end end