method

normalize_extension

rails latest stable - Class: ActiveSupport::EventedFileUpdateChecker::PathHelper

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

normalize_extension(ext)
public

No documentation available.

# File activesupport/lib/active_support/evented_file_update_checker.rb, line 173
        def normalize_extension(ext)
          ext.to_s.sub(/\A\./, "")
        end