class

Cowsay::AbstractCow

Inherits Reference < Object

Constants

FACE_TYPES = {"default" => ["oo", " "], "borg" => ["==", " "], "dead" => ["==", "U "], "greedy" => ["$$", " "], "paranoid" => ["@@", " "], "stoned" => ["**", "U "], "tired" => ["--", " "], "wired" => ["OO", " "], "young" => ["..", " "]}

Constructors

new(mode : String = "default", eyes = nil, tongue = nil, wrapcolumn : Int32 = 40, color : Bool = false)
Source

Instance methods

color
Source
color=(color : Bool)
Source
eyes
Source
eyes=(eyes : String)
Source
mode
Source
mode=(mode : String)
Source
render_cow
Source
say(message, balloon_type = "say")
Source
think(message)
Source
tongue
Source
tongue=(tongue : String)
Source
wrapcolumn
Source
wrapcolumn=(wrapcolumn : Int32)
Source