Module: Formatter::Custom::Car

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

Instance Method Summary collapse

Instance Method Details

#ascii_arrayObject

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_mp3Object

rubocop:enable Metrics/LineLength



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

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