# you might not need this class anymore.... class Server attr_reader :host def initialize(host) @host = host end end