Skip to content

Instantly share code, notes, and snippets.

@r38y
r38y / run_dms.rb
Created October 22, 2015 20:20
RunDMS
require 'net/https'
require 'uri'
class RunDMS
def self.snitch(id, options={}, &block)
dead_man = new(id, options)
block.call
dead_man.snitch
end