module MachineGun

Public Class Methods

start() click to toggle source
# File lib/machine-gun.rb, line 8
def self.start
  Commands.start
end
stop() click to toggle source
# File lib/machine-gun.rb, line 12
def self.stop
  Commands.stop
end