Libraries
»
fbo
(0.1.7)
»
Index
»
FBO
»
File
»
#contents
Method: FBO::File#contents
Defined in:
lib/fbo/file.rb
#
contents
⇒
Object
26 27 28
# File 'lib/fbo/file.rb', line 26
def
contents
@contents
||=
cleanup_data
(
@file
.
read
)
end