Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/zalgor/string.rb
Instance Method Summary collapse
-
#to_zalgo(**options) ⇒ String
Transform a String into zalgo String.
Instance Method Details
#to_zalgo(**options) ⇒ String
Transform a String into zalgo String.
10 11 12 |
# File 'lib/zalgor/string.rb', line 10 def to_zalgo(**) Zalgor.transform(self, **) end |