Sha256: f89c9583b0dbf8d449bf91d4a35502abf0251607be2291db64dea7051ced2e46

Contents?: true

Size: 1.17 KB

Versions: 9

Compression:

Stored size: 1.17 KB

Contents

module Cowsay
  module Character

    class Turtle < Base
      def template
        <<-TEMPLATE
    #{@thoughts}                                  ___-------___
     #{@thoughts}                             _-~~             ~~-_
      #{@thoughts}                         _-~                    /~-_
             /^\\__/^\\         /~  \\                   /    \\
           /|  O|| O|        /      \\_______________/        \\
          | |___||__|      /       /                \\          \\
          |          \\    /      /                    \\          \\
          |   (_______) /______/                        \\_________ \\
          |         / /         \\                      /            \\
           \\         \\^\\\\         \\                  /               \\     /
             \\         ||           \\______________/      _-_       //\\__//
               \\       ||------_-~~-_ ------------- \\ --/~   ~\\    || __/
                 ~-----||====/~     |==================|       |/~~~~~
                  (_(__/  ./     /                    \\_\\      \\.
                         (_(___/                         \\_____)_)
        TEMPLATE
      end
    end

  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
cowsay-0.3.0 lib/cowsay/character/turtle.rb
puppet-cowsay-0.3.0 lib/cowsay/character/turtle.rb
cowsay-0.2.0 lib/cowsay/character/turtle.rb
cowsay-0.1.0 lib/cowsay/character/turtle.rb
cowsay-0.0.5 lib/cowsay/character/turtle.rb
cowsay-0.0.4 lib/cowsay/character/turtle.rb
cowsay-0.0.3 lib/cowsay/character/turtle.rb
cowsay-0.0.2 lib/cowsay/character/turtle.rb
cowsay-0.0.1 lib/cowsay/character/turtle.rb