module Gemthief
Constants
- VERSION
Attributes
game[W]
game_class[RW]
Public Class Methods
config()
click to toggle source
# File lib/gemthief.rb, line 20 def config game.config end
game()
click to toggle source
# File lib/gemthief.rb, line 16 def game @game ||= (game_class.new if game_class) end