class Build::Files::Path
def self.expand(subpath, root = Dir.getwd)
def self.expand(subpath, root = Dir.getwd) if subpath.start_with? File::SEPARATOR self.new(subpath) else self.join(root, subpath) end end
def self.expand(subpath, root = Dir.getwd) if subpath.start_with? File::SEPARATOR self.new(subpath) else self.join(root, subpath) end end