jtibbertsma / aesthetic

Make your strings AESTHETIC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AESTHETIC

This library provides a String extention that creates an AESTHETIC version of the string. vape

Installation

gem install aesthetic

Usage

To create a new string:

<<-TEXT.aesthetic\
They found each other again, through the cracks
of the towers, under the violet haze of
Citadel 2814. The ancient love rushed through
the wires as it once had through the veins. And
from another first embrace, the cycle continued,
eternal.
TEXT
# => "They found each other again, through the cracks\n" +
# "of the towers, under the violet haze of\n" +
# "Citadel 2814. The ancient love rushed through\n" +
# "the wires as it once had through the veins. And\n" +
# "from another first embrace, the cycle continued,\n" +
# "eternal.\n"

You can also modify the string in place with aesthetic!.

About

Make your strings AESTHETIC

License:MIT License


Languages

Language:Ruby 100.0%