Libraries
»
codeqa
(0.4.0)
»
Index
»
Codeqa
»
Sourcefile
»
#content
Method: Codeqa::Sourcefile#content
Defined in:
lib/codeqa/sourcefile.rb
#
content
⇒
Object
18 19 20
# File 'lib/codeqa/sourcefile.rb', line 18
def
content
@content
||=
File
.
read
(
filename
)
end