module Vamp::Art
Constants
- DECLARING
- DECLARING2
- DRAGON
- DRAGON_COLOR
- GREEK
- HOBGOBLIN
- HOBGOBLIN_COLOR
- LIZARD
- LIZARD_COLOR
acii art by Andreas Freise (a:f) www.ascii-art.de/
- RUNNING
ascii art by Nico Okha (mOm)
- SHARK
- SHARK_COLOR
- SKULL
- SKULL_COLOR
ascii art by Daniel Au (dcau) www.oocities.org/SoHo/7373/dcau.htm
- VAMPIRE
ascii art by the queen of ascii art: Joan Stark (jgs) en.wikipedia.org/wiki/Joan_Stark
Public Class Methods
remove_ansi(text)
click to toggle source
# File lib/vamp/art.rb, line 4 def self.remove_ansi(text) text.gsub(/[\[\d;]+m/, '') end