class Byebug::Context
def ignored_file?(path)
-
path
(String
) -- filename to be checked.
def ignored_file?(path) self.class.ignored_files.include?(path) end
path
(String
)
-- filename to be checked.
def ignored_file?(path) self.class.ignored_files.include?(path) end