Class: Flonkerton::Game

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

Class Method Summary collapse

Class Method Details

.start(screen = nil) ⇒ Object



125
126
127
128
# File 'lib/flonkerton.rb', line 125

def self.start screen = nil
  @window = Window.new(screen)
  @window.show
end