# File debug-1.4.0/lib/debug/thread_client.rb, line 13defskip_location?(loc)
loc_path = loc.absolute_path||"!eval:#{loc.path}"skip_path?(loc_path)
end
skip_path?(path)click to toggle source
# File debug-1.4.0/lib/debug/thread_client.rb, line 9defskip_path?(path)
(skip_paths = CONFIG[:skip_path]) &&skip_paths.any?{|skip_path|path.match?(skip_path)}
end
This page was generated for Ruby 3.1.2
Generated with Ruby-doc Rdoc Generator 0.42.0.
There is an updated format of the API docs for this version here.