internetee-registry/app/models/iban.rb
2019-06-12 11:49:31 +03:00

5 lines
No EOL
49 B
Ruby

class Iban
def self.max_length
34
end
end