class Kangaru::Inflectors::PathInflector
def inflect(with_ext: nil)
def inflect(with_ext: nil) inflection = super() return inflection unless with_ext "#{inflection}.#{with_ext}" end
def inflect(with_ext: nil) inflection = super() return inflection unless with_ext "#{inflection}.#{with_ext}" end