class Build::Files::Path

def components

def components
	@components ||= @full_path.split(File::SEPARATOR).freeze
end