Sha256: e2003e567576e062859c29d57e453d681ccdeea9ff6b73d7000ec209cc5b965d
Contents?: true
Size: 276 Bytes
Versions: 149
Compression:
Stored size: 276 Bytes
Contents
module CC module Analyzer module IssueValidations class PathExistenceValidation < Validation def valid? path && File.exist?(path) end def message "File does not exist: '#{path}'" end end end end end
Version data entries
149 entries across 149 versions & 2 rubygems