Module: Formatter::Custom::TinaBike

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

Instance Method Summary collapse

Instance Method Details

#ascii_arrayObject

rubocop:disable Metrics/LineLength



7
8
9
10
# File 'lib/formatter/custom/tina_bike.rb', line 7

def ascii_array
  [" -          /\\**/\\    \r\n --       _(  o_o )   \r\n ---   (_/    u--u)   \r\n    /==(    ___||)\r\n   /d\\\"P\\ )=\\d\\\"Pb, \r\n  8 || ===/8=== || 8|  \r\n  P,    ,d P,    ,d`  \r\n    `\"\"\"     `\"\"\"",
   "  -          /\\**/\\     \n  --       _(  o_o )   \n  ---  (_/    u--u)   \n    /==(    ___||)\n   /d\\\"P\\ )=\\d\\\"Pb, \n  8 || ===/8=== || 8|\n  P,    ,d P,    ,d`\n    `\"\"\"     `\"\"\""]
end

#rainbow_mp3Object

rubocop:enable Metrics/LineLength



13
14
15
# File 'lib/formatter/custom/tina_bike.rb', line 13

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