method

expand_file

v3.2.13 - Show latest stable - Class: Rails::Paths::Path
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