summaryrefslogtreecommitdiffstats
path: root/lib/facter/util/confine.rb
Commit message (Collapse)AuthorAgeFilesLines
* correctly compare values - fixes #2021Peter Meier2009-04-071-12/+12
| | | | | | | | | | | | | | this ensures we can compare all kind of objects and not only instances of strings. It compares strings in a case-insensitive manner and converts symbols to strings. introducing this behavior required that we introduce a convert util method, to ensure that we convert the value correctly. Introduced this method in other places as well. This behavior change requires that we drop one test, which have become anyway deprecated.
* Moving all of the support classes to util/.Luke Kanies2008-05-151-0/+41
This makes it easier for our loader to distinguish between code that Facter uses and new facts.