Sha256: 2842d448e22a0b8ec602c21241969eb975a22c4b5c239476e0ccf1778cc5a9c8
Contents?: true
Size: 209 Bytes
Versions: 1
Compression:
Stored size: 209 Bytes
Contents
module Game class Application class << self # Start the Game's Application def run(*args, &blk) self.new.run(*args, &blk) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
game-0.0.1 | lib/game/application.rb |