Object
# File typeprof-0.12.0/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.12.0/lib/typeprof/analyzer.rb, line 14 def extend(klass, singleton) CRef.new(self, klass, singleton) end
# File typeprof-0.12.0/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.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.