class
Cowsay::AbstractCow
- Cowsay::AbstractCow
- Reference
- Object
Direct Known Subclasses
- Cowsay::BeavisZen
- Cowsay::Bong
- Cowsay::BudFrogs
- Cowsay::Bunny
- Cowsay::Capybara
- Cowsay::Cheese
- Cowsay::Cow
- Cowsay::Cower
- Cowsay::Daemon
- Cowsay::Dragon
- Cowsay::DragonAndCow
- Cowsay::Elephant
- Cowsay::ElephantInSnake
- Cowsay::Eyes
- Cowsay::FlamingSheep
- Cowsay::Ghostbusters
- Cowsay::HeadIn
- Cowsay::Hellokitty
- Cowsay::Kiss
- Cowsay::Kitty
- Cowsay::Koala
- Cowsay::Kosh
- Cowsay::LukeKoala
- Cowsay::MechAndCow
- Cowsay::Meow
- Cowsay::Milk
- Cowsay::Moofasa
- Cowsay::Moose
- Cowsay::Mutilated
- Cowsay::Owl
- Cowsay::Ren
- Cowsay::Satanic
- Cowsay::Sheep
- Cowsay::Skeleton
- Cowsay::Small
- Cowsay::Sodomized
- Cowsay::Stegosaurus
- Cowsay::Stimpy
- Cowsay::Supermilker
- Cowsay::Surgery
- Cowsay::Tanuki
- Cowsay::Telebears
- Cowsay::ThreeEyes
- Cowsay::Turkey
- Cowsay::Turtle
- Cowsay::Tux
- Cowsay::Udder
- Cowsay::Vader
- Cowsay::VaderKoala
- Cowsay::Www
Defined in:
cowsay/abstract_cow.crConstant Summary
-
FACE_TYPES =
{"default" => ["oo", " "], "borg" => ["==", " "], "dead" => ["==", "U "], "greedy" => ["$$", " "], "paranoid" => ["@@", " "], "stoned" => ["**", "U "], "tired" => ["--", " "], "wired" => ["OO", " "], "young" => ["..", " "]}
Constructors
Instance Method Summary
- #color : Bool
- #color=(color : Bool)
- #eyes : String
- #eyes=(eyes : String)
- #mode : String
- #mode=(mode : String)
- #render_cow
- #say(message, balloon_type = "say")
- #think(message)
- #tongue : String
- #tongue=(tongue : String)
- #wrapcolumn : Int32
- #wrapcolumn=(wrapcolumn : Int32)
Constructor Detail
def self.new(mode : String = "default", eyes = nil, tongue = nil, wrapcolumn : Int32 = 40, color : Bool = false)
#