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
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.44.2.