Sha256: 8e2240a5b83bcfd8ac99e99f7b4c728dc2f2cb110c522ec4bc28b3446bee8a5e
Contents?: true
Size: 260 Bytes
Versions: 34
Compression:
Stored size: 260 Bytes
Contents
require 'pathname' class Pathname include Comparable @__path__ = `require('path')` `var __path__ = #{@__path__}` def absolute? `__path__.isAbsolute(#{@path.to_str})` end def relative? !absolute? end def to_path @path end end
Version data entries
34 entries across 34 versions & 1 rubygems