Module: Formatter::Custom::Dog
- Defined in:
- lib/formatter/custom/dog.rb
Instance Method Summary collapse
-
#ascii_array ⇒ Object
rubocop:disable Metrics/LineLength.
-
#rainbow_mp3 ⇒ Object
rubocop:enable Metrics/LineLength.
Instance Method Details
#ascii_array ⇒ Object
rubocop:disable Metrics/LineLength
7 8 9 10 11 12 |
# File 'lib/formatter/custom/dog.rb', line 7 def ascii_array [" ;~~,__\r\n :-....,-------'`-'._.'\r\n `-,,, , ,'~~'\r\n ; ,'~.__; /\r\n :| :|\r\n `-' `-'", " ;~~,__\r\n :-....,-------'`-'._.'\r\n `-,,, , ,'~~'\r\n ; ,'~.__; /--.\r\n :| :| :|``(;\r\n `-'`-' `-'", " ;~~,__\r\n :-....,-------'`-'._.'\r\n `-,,, , ;'~~'\r\n ,'_,'~.__; '--.\r\n //' ````(;\r\n `-'", " .--~~,__\r\n :-....,-------`~~'._.'\r\n `-,,, ,_ ;'~U'\r\n _,-' ,'`-__; '--.\r\n (_/'~~ ''''(;"] end |
#rainbow_mp3 ⇒ Object
rubocop:enable Metrics/LineLength
15 16 17 |
# File 'lib/formatter/custom/dog.rb', line 15 def rainbow_mp3 File.('../../../data/tina_dream.mp3', __dir__) end |