INNER CODE UNIT · Ruby

self

royshil/obs-backgroundremoval · scripts/ws_client.rb:117

  def self.open(host, port, password)
    instance = self.new
    instance.connect host, port
    instance.authenticate password
    begin
      yield instance
    ensure
      instance.close
    end
  end
end

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…