module Owoify

Overview

Owoify module is the main module where owoify function lies in. Since owoify is literally just a function, users are expected to invoke owoify by calling Owoify.owoify().

Defined in:

owoify_cr.cr

Constant Summary

VERSION = "2.1.0"

Class Method Summary

Class Method Detail

def self.owoify(source : String, level : Symbol = :owo) #

The main entry point of the owoify function. Pass in the source string and the desired owoify level. Currently, there are three levels available (from soft to hard): owo, uwu, uvu Passing an unsupported owoness level will result in an exception.


[View source]
def self.uvuify(source : String) #

Owoifies source string with :uvu owoness level.


[View source]
def self.uwuify(source : String) #

Owoifies source string with :uwu owoness level.


[View source]