lib/table_cloth/builder.rb in table_cloth-0.3.1.alpha1 vs lib/table_cloth/builder.rb in table_cloth-0.3.2
- old
+ new
@@ -17,12 +17,9 @@
builder.table = table
builder.presenter = presenter.new(objects, table, view)
end
end
- def initialize
- end
-
def to_s
presenter.render_table
end
end
end
\ No newline at end of file