module Pathutil::Helpers
class Pathutil
pathutil
0.16.2
# absolute
def absolute return self if absolute? self.class.new("/").join( @path ) end