Object
# File typeprof-0.12.0/lib/typeprof/container-type.rb, line 5 def initialize(val, parent = nil) raise if !val.is_a?(Utils::StructuralEquality) && !val.is_a?(Integer) && !val.is_a?(Symbol) @val = val @parent = parent end
# File typeprof-0.12.0/lib/typeprof/container-type.rb, line 13 def add_id(val) AllocationSite.new(val, self) end
This page was generated for Ruby 3.0.1
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.2.