# File lib/bundler.rb, line 320
def
read_file
(
file
)
File
.
open
(
file
,
"rb"
) {
|
f
|
f
.
read
}
end