module DEBUGGER__::SkipPathHelper
def skip_location?(loc)
def skip_location?(loc) loc_path = loc.absolute_path || "!eval:#{loc.path}" skip_path?(loc_path) end
def skip_location?(loc) loc_path = loc.absolute_path || "!eval:#{loc.path}" skip_path?(loc_path) end