Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
akwiatkowski committed Nov 28, 2011
1 parent 112c2b8 commit 68b8a56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/valideez/regon.rb
Expand Up @@ -6,7 +6,6 @@ def initialize(val, options = {})
super val

assign({
#:format => /\A\d{9}\d{5}*\Z/,
:format => /\A(\d{9}|\d{14})\Z/,
:length => [9, 14],
:mask => [8, 9, 2, 3, 4, 5, 6, 7],
Expand Down

0 comments on commit 68b8a56

Please sign in to comment.