module

Owoify

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().

Constants

VERSION = "2.1.0"

Class methods

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.

Source
uvuify(source : String)

Owoifies source string with :uvu owoness level.

Source
uwuify(source : String)

Owoifies source string with :uwu owoness level.

Source