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:
parent
42c37777bf
commit
bb7c8c4521
1 changed files with 7 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue