module InciScore::Normalizer::Rules::Downcaser

Public Instance Methods

call(src) click to toggle source
# File lib/inci_score/normalizer_rules.rb, line 30
def call(src)
  src.downcase
end