Commit 482795a9 authored by http://jneen.net/'s avatar http://jneen.net/

implement RuleSet#size for tests

parent b7d30000
......@@ -6,6 +6,10 @@ class BasePolicy
@cannot_set = cannot_set
end
def size
to_set.size
end
def self.empty
new(Set.new, Set.new)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment