Sha256: e4788bc3c052fb48966651e8b4f4722d05ca99743884e1b9731ebb393c204b18
Contents?: true
Size: 135 Bytes
Versions: 18
Compression:
Stored size: 135 Bytes
Contents
# -*- encoding : utf-8 -*- class String def absolute_path Pathname.new(__FILE__).expand_path.join(self).cleanpath.to_s end end
Version data entries
18 entries across 18 versions & 1 rubygems