module Shared class PlayerFactory attr_accessor :io_helpers def initialize(io_helpers) @io_helpers = io_helpers end end end