Sha256: 6dad1947bdf92f7f2795e6d1ec6a26e6e88bb7e8f4197c83eb8b27ab730aa663

Contents?: true

Size: 736 Bytes

Versions: 5

Compression:

Stored size: 736 Bytes

Contents

# frozen_string_literal: true

module Formatter
  module Custom
    module Car
      # rubocop:disable Metrics/LineLength
      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
      # rubocop:enable Metrics/LineLength

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rainbow_formatter-0.2.0 lib/formatter/custom/car.rb
rainbow_formatter-0.1.9 lib/formatter/custom/car.rb
rainbow_formatter-0.1.8 lib/formatter/custom/car.rb
rainbow_formatter-0.1.7 lib/formatter/custom/car.rb
rainbow_formatter-0.1.5 lib/formatter/custom/car.rb