module Formatter::Custom::TinaBike

Public Instance Methods

ascii_array() click to toggle source

rubocop:disable Metrics/LineLength

# 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_mp3() click to toggle source

rubocop:enable Metrics/LineLength

# File lib/formatter/custom/tina_bike.rb, line 13
def rainbow_mp3
  File.expand_path('../../../data/tina_bike.mp3', __dir__)
end