[Source]
# File lib/terminal-table/core_ext.rb, line 3 3: def align position, length 4: self.__send__ position, length 5: end
[Validate]