Object
# File debug-1.4.0/lib/debug/source_repository.rb, line 8 def initialize @files = {} # filename => SrcInfo end
# File debug-1.4.0/lib/debug/source_repository.rb, line 12 def add iseq, src if (path = iseq.absolute_path) && File.exist?(path) add_path path elsif src add_iseq iseq, src end end
# File debug-1.4.0/lib/debug/source_repository.rb, line 20 def all_iseq iseq, rs = [] rs << iseq iseq.each_child{|ci| all_iseq(ci, rs) } rs end
This page was generated for Ruby 3.1.2
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.42.0.