Returns a new instance of Interface.
14 15 16 17
# File 'lib/dat/interface.rb', line 14 def initialize(logger) @games = Games.new(logger) @dict_adjustments = File.open(File.expand_path('../../../data/possible-bogus', __FILE__), 'a') end