class
Cowsay::Daemon
Defined in:
cowsay/cows/daemon.cr
Instance Method Summary
color : Bool
color,
color=(color : Bool)
color=,
eyes : String
eyes,
eyes=(eyes : String)
eyes=,
mode : String
mode,
mode=(mode : String)
mode=,
render_cow
render_cow,
say(message, balloon_type = "say")
say,
think(message)
think,
tongue : String
tongue,
tongue=(tongue : String)
tongue=,
wrapcolumn : Int32
wrapcolumn,
wrapcolumn=(wrapcolumn : Int32)
wrapcolumn=
Constructor methods inherited from class Cowsay::AbstractCow
new(mode : String = "default", eyes = nil, tongue = nil, wrapcolumn : Int32 = 40, color : Bool = false)
new
Instance Method Detail