22 23 24 25 26
# File 'lib/grocer/ssl_server.rb', line 22 def accept while socket = ssl_socket.accept yield socket if block_given? end end