module Dicechucker autoload :Dice, File.expand_path('../dicechucker/dice.rb', __FILE__) autoload :GameLogic, File.expand_path('../dicechucker/game_logic.rb', __FILE__) end