lib/symbiont/web_objects/table_cell.rb in symbiont-0.1.2 vs lib/symbiont/web_objects/table_cell.rb in symbiont-0.1.3

- old
+ new

@@ -3,7 +3,10 @@ class TableCell < WebObject end # class: TableCell + ::Symbiont::WebObjects.class_for_tag[:td] = ::Symbiont::WebObjects::TableCell + ::Symbiont::WebObjects.class_for_tag[:th] = ::Symbiont::WebObjects::TableCell + end # module: WebObjects end # module: Symbiont