Libraries
»
icharger-log
(0.1.2)
»
Index
»
ICharger
»
Log
»
File
»
#cell_count
Method: ICharger::Log::File#cell_count
Defined in:
lib/icharger/log/file.rb
#
cell_count
⇒
Object
81 82 83
# File 'lib/icharger/log/file.rb', line 81
def
cell_count
@rows
.
map
(
&
:cell_count
)
.
max
end