From: "zzak (Zachary Scott)" Date: 2013-08-13T10:50:58+09:00 Subject: [ruby-core:56588] [ruby-trunk - Bug #8758] Add initial documentation for SSLServer Issue #8758 has been updated by zzak (Zachary Scott). @lisukorin For #to_io I would say "..passed as the first argument to ::new" I also think 'start_immediately' is implementation and should just be :nodoc:'d Can you show me how to use your example in the overview? I tried a few ways to self-sign a cert, but none of them worked with your script. Also, I think its "Secure Socket Layer", you have "Secure Sockets Layer" in the overview? ---------------------------------------- Bug #8758: Add initial documentation for SSLServer https://bugs.ruby-lang.org/issues/8758#change-41124 Author: lisukorin (Rafa�� Lisowski) Status: Assigned Priority: Normal Assignee: zzak (Zachary Scott) Category: doc Target version: ruby -v: 2.0.0-p247 Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN In last few days I was struggling with SSLServer, so I decide to add some documentation to that class. Here is my first attempt to describe how use it. -- http://bugs.ruby-lang.org/