module LoadGame

Public Class Methods

start() click to toggle source
# File lib/load_game.rb, line 3
def self.start
  Console.new.run
end