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.crConstant Summary
-
VERSION =
"2.1.0"
Class Method Summary
-
.owoify(source : String, level : Symbol = :owo)
The main entry point of the owoify function.
-
.uvuify(source : String)
Owoifies source string with :uvu owoness level.
-
.uwuify(source : String)
Owoifies source string with :uwu owoness level.
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.