Module: Formatter::Custom::Car
- Defined in:
- lib/formatter/custom/car.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/car.rb', line 7 def ascii_array [" - __\r\n -- ~( @\\ \\ \r\n--- _________]_[__/_>________\r\n / ____ \\ <> | ____ \\\r\n =\\_/ __ \\_\\_______|_/ __ \\__D\r\n________(__)_____________(__)____", " - __\r\n -- ~( @\\ \\\r\n --- _________]_[__/_>________\r\n / ____ \\ <> | ____ \\\r\n =\\_/ __ \\_\\_______|_/ __ \\__D\r\n________(__)_____________(__)____"] end |
#rainbow_mp3 ⇒ Object
rubocop:enable Metrics/LineLength
13 14 15 |
# File 'lib/formatter/custom/car.rb', line 13 def rainbow_mp3 File.('../../../data/tina_dream.mp3', __dir__) end |