Skip to content

jtibbertsma/aesthetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!.