# File typeprof-0.12.0/lib/typeprof/utils.rb, line 9 def self.included(klass) klass.instance_eval do def new(*args) (@table ||= {})[[self] + args] ||= super end end end
# File typeprof-0.12.0/lib/typeprof/utils.rb, line 11 def new(*args) (@table ||= {})[[self] + args] ||= super end
This page was generated for Ruby 3.0.2
Generated with Ruby-doc Rdoc Generator 0.42.0.