Returns:
21 22 23 24 25
# File 'lib/minsc/rule.rb', line 21 def applicable? Rule.registry[self.class] .map { |method| send(method) } .uniq == [true] end