Sha256: f5f6d3571dec2031a30a088e6ec7897f3acf075d97fb3cbd57d7f93508905fcd
Contents?: true
Size: 262 Bytes
Versions: 61
Compression:
Stored size: 262 Bytes
Contents
module Guard # @private api module Internals module Helpers def _relative_pathname(path) full_path = Pathname(path) full_path.relative_path_from(Pathname.pwd) rescue ArgumentError full_path end end end end
Version data entries
61 entries across 61 versions & 10 rubygems