Sha256: e5f556ec359f8fab57a0973e63f7ef7c1c1b260fbe83be6a9316e1a45b18aa88

Contents?: true

Size: 622 Bytes

Versions: 5

Compression:

Stored size: 622 Bytes

Contents

# frozen_string_literal: true

module Formatter
  module Custom
    module Monkey
      # rubocop:disable Metrics/LineLength
      def ascii_array
        ["      .-\"-. \r\n    _/.-.-.\\\r\n   /|( o o )|\\\r\n  | //  \"  \\\\ |\r\n / / \\'---'/ \\ \\\r\n \\ \\_/`\"\"\"`\\_/ /\r\n  \\           /",
         "      .-\"-.\r\n    _/_-.-_\\\r\n   / __} {__ \\\r\n  / //  \"  \\\\ \\\r\n / / \\'---'/ \\ \\\r\n \\ \\_/`\"\"\"`\\_/ /\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/monkey.rb
rainbow_formatter-0.1.9 lib/formatter/custom/monkey.rb
rainbow_formatter-0.1.8 lib/formatter/custom/monkey.rb
rainbow_formatter-0.1.7 lib/formatter/custom/monkey.rb
rainbow_formatter-0.1.5 lib/formatter/custom/monkey.rb