class ActiveSupport::EventedFileUpdateChecker::PathHelper

def normalize_extension(ext)

def normalize_extension(ext)
  ext.to_s.sub(/\A\./, '')
end