# File lib/facter/util/confine.rb, line 30 def to_s return @block.to_s if @block return "'%s' '%s'" % [@fact, @values.join(",")] end