module LeftpadPaulw911

Constants

VERSION

Public Instance Methods

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