lib/celerity/elements/table.rb in celerity-0.8.6 vs lib/celerity/elements/table.rb in celerity-0.8.7

- old
+ new

@@ -49,9 +49,10 @@ def cells assert_exists TableCells.new(self, :object, @cells) end + alias_method :tds, :cells # # Iterates through each row in the table. # @yieldparam [Celerity::TableRow] row A row. # \ No newline at end of file