Module: Formatter::Custom::Monkey
- Defined in:
- lib/formatter/custom/monkey.rb
Instance Method Summary collapse
-
#ascii_array ⇒ Object
rubocop:disable Metrics/LineLength.
-
#rainbow_mp3 ⇒ Object
rubocop:enable Metrics/LineLength.
Instance Method Details
#ascii_array ⇒ Object
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_mp3 ⇒ Object
rubocop:enable Metrics/LineLength
13 14 15 |
# File 'lib/formatter/custom/monkey.rb', line 13 def rainbow_mp3 File.('../../../data/tina_dream.mp3', __dir__) end |