class Build::Files::Path
def self.components(path)
def self.components(path) if Path === path path.components else path.split(File::SEPARATOR) end end
def self.components(path) if Path === path path.components else path.split(File::SEPARATOR) end end