lib/fat_table/table.rb in fat_table-0.2.7 vs lib/fat_table/table.rb in fat_table-0.2.8
- old
+ new
@@ -1268,10 +1268,10 @@
self
end
# :category: Constructors
- # Add a +row+ without marking it as a group boundary.
+ # Add a +row+ to this Table without marking it as a group boundary.
def <<(row)
add_row(row)
end
# :category: Constructors