diff options
Diffstat (limited to 'lib/coderay/helpers/gzip_simple.rb')
-rw-r--r-- | lib/coderay/helpers/gzip_simple.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/coderay/helpers/gzip_simple.rb b/lib/coderay/helpers/gzip_simple.rb index df4bcba..4d44711 100644 --- a/lib/coderay/helpers/gzip_simple.rb +++ b/lib/coderay/helpers/gzip_simple.rb @@ -1,3 +1,5 @@ +module CodeRay + # =GZip Simple # # A simplified interface to the gzip library +zlib+ (from the Ruby Standard Library.) @@ -91,6 +93,8 @@ if $0 == __FILE__ eval DATA.read, nil, $0, __LINE__+4 end +end + __END__ #CODE |