class Bake::Recipe

def <=> other

Sort by location in source file.
def <=> other
	self.source_location <=> other.source_location
end