ruby_cowsay
ruby_cowsay copied to clipboard
Cowsay, written in ruby, packaged as a gem.
HOMEPAGE link from https://rubygems.org/gems/ruby_cowsay is broken. Suggest updating it, to make it easier to locate the github repository. Thanks for this gem. :-) PD: Could you also include a free...
First off I want to say this gem is awesome. It's a ton of fun and I'd really love to get some nice multi-line motd action going on via Chef...
Hi, If you run this program: ``` ruby Cow.new({ :cow => "vader" }).say("Hi") #prints vader Cow.new({ :cow => "default" }).say("Hi") #prints default Cow.new({ :cow => "vader" }).say("Hi") #prints default Cow.new({...