class Build::Environment

def update!

Apply the update function to this environment.
def update!
	construct!(self, &@update)
	@update = nil
	
	return self
end