Sha256: b77f0f44fc06ea7d724b6f3be3355d97aa81ff87d2731aaac059de971008cba5
Contents?: true
Size: 219 Bytes
Versions: 9
Compression:
Stored size: 219 Bytes
Contents
module Cowsay module Character class Bunny < Base def template <<-TEMPLATE #{@thoughts} #{@thoughts} \\ \\ /\\ ( ) .( o ). TEMPLATE end end end end
Version data entries
9 entries across 9 versions & 2 rubygems