module Leftpadaru

Constants

VERSION

Public Instance Methods

leftpadaru(chars, filler = ' ') click to toggle source
# File lib/leftpadaru.rb, line 4
def leftpadaru(chars, filler = ' ')
      self.rjust(chars, filler)
end