class Build::Environment

def include?(key)

def include?(key)
	lookup(key) != nil
end