Sha256: 9d13ad4a1976fc791d79f738cb466ab4f57ce5e87859e8bf08ae6a9e2545dfed
Contents?: true
Size: 948 Bytes
Versions: 5
Compression:
Stored size: 948 Bytes
Contents
# frozen_string_literal: true module Formatter module Custom module Dog # rubocop:disable Metrics/LineLength def ascii_array [" ;~~,__\r\n :-....,-------'`-'._.'\r\n `-,,, , ,'~~'\r\n ; ,'~.__; /\r\n :| :|\r\n `-' `-'", " ;~~,__\r\n :-....,-------'`-'._.'\r\n `-,,, , ,'~~'\r\n ; ,'~.__; /--.\r\n :| :| :|``(;\r\n `-'`-' `-'", " ;~~,__\r\n :-....,-------'`-'._.'\r\n `-,,, , ;'~~'\r\n ,'_,'~.__; '--.\r\n //' ````(;\r\n `-'", " .--~~,__\r\n :-....,-------`~~'._.'\r\n `-,,, ,_ ;'~U'\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