Sha256: 496bcb05fbd2a8821e8d07552d1efed64ceb609d243081dac0864a4eee58c989
Contents?: true
Size: 221 Bytes
Versions: 5
Compression:
Stored size: 221 Bytes
Contents
class HappySystem::HappyCommand < Liza::Command def self.call args if args[0] == "axo" Axo.call args[1..-1] else log "unrecognized game: #{args[0]}. Try `liza happy axo` instead" end end end
Version data entries
5 entries across 5 versions & 1 rubygems