module Stringpad

Defined in:

stringpad.cr

Constant Summary

VERSION = "1.0.0"

Class Method Summary

Class Method Detail

def self.lpad(string, char, times) #

[View source]
def self.rpad(string, char, times) #

[View source]