Sha256: f1cf1a88bc31e19834a49bb67ee67c6106bfe742ba8a80c493c6f4478ddad688
Contents?: true
Size: 387 Bytes
Versions: 53
Compression:
Stored size: 387 Bytes
Contents
class Bob { method hey ($input) { given $input { when /^\s*$/ { 'Fine. Be that way!' } when /<:Upper>/ and $input.uc eq $input { 'Whoa, chill out!' } when /'?'$/ { 'Sure.' } default { 'Whatever.' } } } }
Version data entries
53 entries across 53 versions & 1 rubygems