You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for writing this excellent gem.
I have a feature request. It would be great to have an option of defining width for each column. For instance, in your example column "word" could be 50 and column "Number" could be 10.
# > puts table## +----------------------+--------+# | Word | Number |# +----------------------+--------+# | One | 1 |# | Two | 2 |# | Three | 3 |# +----------------------+--------+
The text was updated successfully, but these errors were encountered:
Thanks for writing this excellent gem.
I have a feature request. It would be great to have an option of defining width for each column. For instance, in your example column "word" could be 50 and column "Number" could be 10.
The text was updated successfully, but these errors were encountered: