method

xpath

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.

xpath(path)
public

No documentation available.

# File activesupport/lib/active_support/evented_file_update_checker.rb, line 169
        def xpath(path)
          Pathname.new(path).expand_path
        end