Sha256: 51b845b166dcf1f1548fde185cbf0d1025bc71f139460ea8344897461c99370a
Contents?: true
Size: 221 Bytes
Versions: 29
Compression:
Stored size: 221 Bytes
Contents
# frozen_string_literal: true class File # NOTE: remove once minimum JRuby version is fully 2.7 compliant def self.absolute_path? path (::Pathname.new path).absolute? end unless respond_to? :absolute_path? end
Version data entries
29 entries across 29 versions & 1 rubygems