class String

Public Instance Methods

align(position, length) click to toggle source
# File lib/terminal-table/lib/terminal-table/core_ext.rb, line 3
def align position, length
  self.__send__ position, length
end
deindent() click to toggle source
# File lib/terminal-table/spec/spec_helper.rb, line 5
def deindent
  strip.gsub(/^ */, '')
end