Object
# File typeprof-0.12.0/lib/typeprof/analyzer.rb, line 30 def initialize(iseq, cref, mid) @iseq = iseq @cref = cref @mid = mid end
# File typeprof-0.12.0/lib/typeprof/analyzer.rb, line 38 def source_location(pc) if @iseq @iseq.source_location(pc) else "<builtin>" end end
This page was generated for Ruby 3.0.1
Generated with Ruby-doc Rdoc Generator 0.44.2.