lib/lite/validators/sedol_validator.rb in lite-validators-1.2.0 vs lib/lite/validators/sedol_validator.rb in lite-validators-1.3.0
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
class SedolValidator < BaseValidator
- REGEXP = /^([A-Z0-9]{6})(\d{1})$/.freeze
+ REGEXP = /^([A-Z0-9]{6})(\d{1})$/
WEIGHTS = [
1, 3, 1, 7, 3, 9, 1
].freeze
private