Module: Formatter::Custom::Monkey

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

Instance Method Summary collapse

Instance Method Details

#ascii_arrayObject

rubocop:disable Metrics/LineLength



7
8
9
10
# 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_mp3Object

rubocop:enable Metrics/LineLength



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

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