Module: Formatter::Custom::TinaBike
- Defined in:
- lib/formatter/custom/tina_bike.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 |
# 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 ⇒ Object
rubocop:enable Metrics/LineLength
13 14 15 |
# File 'lib/formatter/custom/tina_bike.rb', line 13 def rainbow_mp3 File.('../../../data/tina_bike.mp3', __dir__) end |