Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/glom/terminal-table/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#align(position, length) ⇒ Object
3 4 5 |
# File 'lib/glom/terminal-table/core_ext.rb', line 3 def align position, length self.__send__ position, length end |