From a7d581fa2f88d2f45d1f2d670cc1c8f9e755b2d1 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@22666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/openssl/lib/openssl/buffering.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext') diff --git a/ext/openssl/lib/openssl/buffering.rb b/ext/openssl/lib/openssl/buffering.rb index 095ab248ce..10d7b9d3b8 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 v1.2.3