Libraries
»
metrix
(0.0.14)
»
Index
»
Metrix
»
Load
»
#chunks
Method: Metrix::Load#chunks
Defined in:
lib/metrix/load.rb
#
chunks
⇒
Object
37 38 39
# File 'lib/metrix/load.rb', line 37
def
chunks
@chunks
||=
@data
.
split
(
"
"
)
end