class Build::Environment

def merge(**options, &block)

def merge(**options, &block)
	self.class.new(self, **options, &block)
end