method
read_file
v2_6_3 -
Show latest stable
- Class:
Bundler
read_file(file)public
No documentation available.
# File lib/bundler.rb, line 429
def read_file(file)
SharedHelpers.filesystem_access(file, :read) do
File.open(file, "r:UTF-8", &:read)
end
end