Class: String
Instance Method Summary collapse
-
#align(position, length) ⇒ Object
Align to
position, which may be :left, :right, or :center.
Instance Method Details
#align(position, length) ⇒ Object
Align to position, which may be :left, :right, or :center.
7 8 9 |
# File 'lib/terminal-table/core_ext.rb', line 7 def align position, length send position, length end |