Object
# File typeprof-0.21.1/lib/typeprof/analyzer.rb, line 62 def initialize(caller_ep, mid) @caller_ep = caller_ep @mid = mid end
# File typeprof-0.21.1/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.1/lib/typeprof/analyzer.rb, line 85 def replace_cref(cref) # What to do? end
# File typeprof-0.21.1/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.0
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.42.0.