Object
# File typeprof-0.21.2/lib/typeprof/analyzer.rb, line 5 def initialize(outer, klass, singleton) @outer = outer @klass = klass @singleton = singleton # flags # scope_visi (= method_visi * module_func_flag) # refinements end
# File typeprof-0.21.2/lib/typeprof/analyzer.rb, line 14 def extend(klass, singleton) CRef.new(self, klass, singleton) end
# File typeprof-0.21.2/lib/typeprof/analyzer.rb, line 20 def pretty_print(q) q.text "CRef[" q.pp @klass q.text "]" 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.