module Formatter::Custom::Monkey

Public Instance Methods

ascii_array() click to toggle source

rubocop:disable Metrics/LineLength

# File lib/formatter/custom/monkey.rb, line 7
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
rainbow_mp3() click to toggle source

rubocop:enable Metrics/LineLength

# File lib/formatter/custom/monkey.rb, line 13
def rainbow_mp3
  File.expand_path('../../../data/tina_dream.mp3', __dir__)
end