# File typeprof-0.21.2/lib/typeprof/utils.rb, line 9 def self.included(klass) klass.instance_eval do def new(*args) (Thread.current[:table] ||= {})[[self] + args] ||= super end end end
# File typeprof-0.21.2/lib/typeprof/utils.rb, line 11 def new(*args) (Thread.current[:table] ||= {})[[self] + args] ||= super end
This page was generated for Ruby 3.1.2
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.