Class: Game::Application
- Inherits:
-
Object
- Object
- Game::Application
- Defined in:
- lib/game/application.rb
Class Method Summary collapse
-
.run(*args, &blk) ⇒ Object
Start the Game’s Application.
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 |