lib/itax_code/validator.rb in itax_code-0.1.2 vs lib/itax_code/validator.rb in itax_code-0.1.3

- old
+ new

@@ -1,10 +1,10 @@ module ItaxCode ## - # This class holds the TaxCode validation logic. + # This class holds the validation logic. # - # @param [Hash] data The citizen input data + # @param [Hash] data The user input data class Validator LENGTH = 16 def initialize(data = {}) @@ -12,10 +12,10 @@ end class << self ## # This method checks tax code standard length - # against citizen and business fical code standards. + # against user and business fical code standards. # # @param [String] code The tax code # # @return [true, false]