Object
# File typeprof-0.21.2/lib/typeprof/analyzer.rb, line 62 def initialize(caller_ep, mid) @caller_ep = caller_ep @mid = mid end
# File typeprof-0.21.2/lib/typeprof/analyzer.rb, line 77 def detailed_source_location(_pc) if @caller_ep @caller_ep.source_location else nil end end
# File typeprof-0.21.2/lib/typeprof/analyzer.rb, line 85 def replace_cref(cref) # What to do? end
# File typeprof-0.21.2/lib/typeprof/analyzer.rb, line 69 def source_location(_pc) if @caller_ep @caller_ep.source_location else "<typed-context:#{ @mid }>" end end
This page was generated for Ruby 3.1.2
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.