| ROOLS_VERSION | = | '0.4' |
| ROOLS_COVERAGE | = | 100.0 |
open aliases Rools::RuleSet.new, and caches RuleSets loaded by path
# File lib/rools.rb, line 12
12: def self.open(path = nil, &b)
13: path.nil? ? Rools::RuleSet.new(path, &b) : (@@rule_sets[path] ||= Rools::RuleSet.new(path))
14: end
open aliases Rools::RuleSet.new, and caches RuleSets loaded by path
# File lib/rools.rb, line 12
12: def self.open(path = nil, &b)
13: path.nil? ? Rools::RuleSet.new(path, &b) : (@@rule_sets[path] ||= Rools::RuleSet.new(path))
14: end