method

expand_file

rails latest stable - Class: Rails::Paths::Path

Method deprecated or moved

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

expand_file(path, glob)
private

No documentation available.

# File railties/lib/rails/paths.rb, line 200
      def expand_file(path, glob)
        Dir[File.join(path, glob)].sort
      end