From 01602e69f322ca9b97ef2d8321997b1d47a85252 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 27 Feb 2009 13:15:35 +0000 Subject: * ext/openssl/lib/openssl/buffering.rb: define Buffering module under OpenSSL. [ruby-dev:37906] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/lib/openssl/buffering.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/openssl/lib') diff --git a/ext/openssl/lib/openssl/buffering.rb b/ext/openssl/lib/openssl/buffering.rb index 095ab248c..10d7b9d3b 100644 --- a/ext/openssl/lib/openssl/buffering.rb +++ b/ext/openssl/lib/openssl/buffering.rb @@ -14,6 +14,7 @@ $Id$ =end +module OpenSSL module Buffering include Enumerable attr_accessor :sync @@ -261,3 +262,4 @@ module Buffering sysclose end end +end -- cgit