instance method
expand_file
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v3.2.22.5 PrivateSignature
expand_file(path, glob)
No documentation comment.
Parameters
-
pathreq -
globreq
Source
# File railties/lib/rails/paths.rb, line 200
def expand_file(path, glob)
Dir[File.join(path, glob)].sort
end
Defined in railties/lib/rails/paths.rb line 200
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Paths::Path