# File lib/ttfunk.rb, line 10
def
self
.
open
(
file
)
new
(
::
File
.
open
(
file
,
"rb"
) {
|
f
|
f
.
read
})
end