lib/test_ids/configuration.rb in test_ids-0.7.1 vs lib/test_ids/configuration.rb in test_ids-0.8.0
- old
+ new
@@ -23,9 +23,12 @@
def function?
!!algorithm || !!callback
end
+ # def compliant?(number)
+ # end
+
def freeze
@include.freeze
@exclude.freeze
super
end