1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

more actual ansi test

This commit is contained in:
Ryan Fitzgerald 2011-12-30 16:45:22 -08:00
parent 42c37777bf
commit bb7c8c4521

View file

@ -64,13 +64,13 @@ end
prev_color = Pry.color
Pry.color = true
picture = unindent <<-'EOS'.gsub(/[[:alpha:]]/) { |s| text.red(s) }
____ ____________________________
/ \ | |
/ O O \ | ansi appears to be working |
| | |____________________________|
\ \__/ / ____/
\____/
picture = unindent <<-'EOS'.gsub(/[[:alpha:]!]/) { |s| text.red(s) }
____ _______________________
/ \ | A W G |
/ O O \ | N I O N ! |
| | | S S R I ! |
\ \__/ / __| I K ! |
\____/ \________________________|
EOS
if defined?(Win32::Console)