module KigothoBasic
Constants
- VERSION
Public Instance Methods
kigothobasic(chars,filler=' ')
click to toggle source
# File lib/kigotho_basic.rb, line 4 def kigothobasic(chars,filler=' ') self.rjust(chars,filler) end