Class: Game::Application

Inherits:
Object
  • Object
show all
Defined in:
lib/game/application.rb

Class Method Summary collapse

Class Method Details

.run(*args, &blk) ⇒ Object

Start the Game’s Application



8
9
10
# File 'lib/game/application.rb', line 8

def run(*args, &blk)
  self.new.run(*args, &blk)
end