module LifeGame

Public Class Methods

start() click to toggle source
# File lib/kaki-lifegame.rb, line 611
def self.start
  MainWindow.new
  Gtk.main
end