class Build::Files::Paths

def inspect

@returns [String] A debug string showing the paths.
Generate a string representation for debugging.
def inspect
	"<Paths #{@list.inspect}>"
end