-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
From https://gist.github.com/schneems/c80391c83c03f0c1d9be7865ce392cdf
5 module DerailedBenchmarks
6 class RequireTree
7 REQUIRED_BY = {}
9 attr_reader :name
10 attr_writer :cost
11 attr_accessor :parent
❯ 13 def initialize(name)
❯ 27 def <<(tree)
❯ 31 end
❯ 33 def [](name)
❯ 35 end
❯ 38 def children
❯ 40 end
❯ 42 def cost
❯ 44 end
❯ 47 def sorted_children
❯ 49 end
73 end
74 end
Metadata
Metadata
Assignees
Labels
No labels