lib/muflax/table.rb in muflax-0.2.5 vs lib/muflax/table.rb in muflax-0.2.6
- old
+ new
@@ -1,7 +1,7 @@
#!/usr/bin/env ruby
# -*- encoding: utf-8 -*-
-# Copyright Stefan Dorn <mail@muflax.com>, 2017
+# Copyright Steffi Dorn <mail@muflax.com>, 2017
# License: GNU GPLv3 (or later) <http://www.gnu.org/copyleft/gpl.html>
class Table
def initialize separator: "\t", alignment: :left
@rows = []