Story#105997358 added more states which prohibit domain to be renewed + simplier days calculation

This commit is contained in:
Vladimir Krylov 2015-10-29 12:51:37 +02:00
parent 736aff0fc8
commit c7cd394214
2 changed files with 11 additions and 2 deletions

View file

@ -0,0 +1,5 @@
class Array
def include_any? *args
(self & args).any?
end
end