Sha256: 7ca7312be984a93598015ad21811d40f7a3db570e56148931d1c331e2e7651d4
Contents?: true
Size: 164 Bytes
Versions: 1
Compression:
Stored size: 164 Bytes
Contents
# encoding: utf-8 class String def align position, length self.__send__ position, length end alias_method :left, :ljust alias_method :right, :rjust end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
galileo-0.2.1 | lib/terminal-table/lib/terminal-table/core_ext.rb |