Libraries
»
tabledata
(0.0.3)
»
Index
»
TableData
»
Table
»
#body
Method: TableData::Table#body
Defined in:
lib/tabledata/table.rb
#
body
⇒
Object
170 171 172
# File 'lib/tabledata/table.rb', line 170
def
body
headers?
?
@rows
[
1
..
-1
]
:
@rows
end