class Kangaru::Inflectors::ConstantInflector

def inflect

def inflect
  super.gsub(LAST_WORD) do |last_word|
    ScreamingSnakecaseInflector.inflect(last_word)
  end
end