# 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.1
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.2.