class NormalizerJp::Normalizers::Base

Public Class Methods

call(attribute_value) click to toggle source
# File lib/normalizer_jp/normalizers.rb, line 5
def call(attribute_value)
  raise NotImplementedError,
        'Normalizer must implement call methods as class method'
end