module Formatter::Custom::Car
Public Instance Methods
ascii_array()
click to toggle source
rubocop:disable Metrics/LineLength
# 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()
click to toggle source
rubocop:enable Metrics/LineLength
# File lib/formatter/custom/car.rb, line 13 def rainbow_mp3 File.expand_path('../../../data/tina_dream.mp3', __dir__) end