Sha256: 7dae7048df5a5cba2df5338d0a60652e2561cf9103035ab3942a6ce4a1b1682e

Contents?: true

Size: 744 Bytes

Versions: 5

Compression:

Stored size: 744 Bytes

Contents

# frozen_string_literal: true

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

      def rainbow_mp3
        File.expand_path('../../../data/tina_bike.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/tina_bike.rb
rainbow_formatter-0.1.9 lib/formatter/custom/tina_bike.rb
rainbow_formatter-0.1.8 lib/formatter/custom/tina_bike.rb
rainbow_formatter-0.1.7 lib/formatter/custom/tina_bike.rb
rainbow_formatter-0.1.5 lib/formatter/custom/tina_bike.rb