+ 2
Can someone teach me to use a ruby gem called "lolcat" is that I want to create a ruby script and I don't know how to use it
I want to use it in gem mode in a script
4 Antworten
+ 3
Lolcat is an utility for Linux, BSD and OSX which concatenates like similar to cat command and adds rainbow coloring to it.
Lolcat can't used on ruby file. But you can run lolcat on shell file. And lolcatjs only can used on Linux/BSD/OSX
Example lolcat command:
> Show Lolcat Version
lolcat --version
> Show Lolcat Help Command
lolcat -h
Etc.
---
This example for Shell file
echo "SoloLearn" | lolcat
---
+ 1
Thanks friends
0
amir
0
amir