class IMICFPS module Networking class Connection def initialize(hostname:, port:) end def connect end def close end end end end