Skip to content

Instantly share code, notes, and snippets.

View akatz's full-sized avatar

Avrohom Katz akatz

  • ShopKeep POS
  • Brooklyn, NY
View GitHub Profile
require "dependencies/version"
require 'set'
module Dependencies
class Dependencies
def initialize
@graph = Hash.new([])
end
def add_direct(dependent, dependencies)