module Artscii

Constants

VERSION

Public Class Methods

fish() click to toggle source
# File lib/artscii.rb, line 5
def self.fish
  system "clear"
  '><(((°>'
end
frog() click to toggle source
# File lib/artscii.rb, line 10
def self.frog
  system "clear"
  puts "  @..@\n (----)\n( >__< )\n^^ ~~ ^^"
end
owl() click to toggle source
# File lib/artscii.rb, line 15
def self.owl
  system "clear"
  puts " ,   ,\n  D,O\n (, ,)\n  " ""
end