class Falcon::Service::Generic

def include?(keys)

def include?(keys)
	keys.all?{|key| @environment.include?(key)}
end