Module: Formatter::Custom::Dog

Defined in:
lib/formatter/custom/dog.rb

Instance Method Summary collapse

Instance Method Details

#ascii_arrayObject

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_mp3Object

rubocop:enable Metrics/LineLength



15
16
17
# File 'lib/formatter/custom/dog.rb', line 15

def rainbow_mp3
  File.expand_path('../../../data/tina_dream.mp3', __dir__)
end