diff options
author | murphy <murphy@rubychan.de> | 2007-04-24 12:26:18 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2007-04-24 12:26:18 +0000 |
commit | 3ecc8116cc06289724f9a2ccf734e99d843abc79 (patch) | |
tree | f4f20fe32327d5127a2778b5cd19baea644c3fd8 /lib/coderay/helpers/gzip_simple.rb | |
parent | 47ba0455640b4a6a0ae90961c176c9ea42afa2ea (diff) | |
download | coderay-3ecc8116cc06289724f9a2ccf734e99d843abc79.tar.gz |
Benchmark, comparison: replaced SilverCity with pygments
A bit of code and documentation cleanup
HTML encoder: fixed css class output for NO_HIGHLIGHT tokens when :info is set.
Fixed Text encoder.
Diffstat (limited to 'lib/coderay/helpers/gzip_simple.rb')
-rw-r--r-- | lib/coderay/helpers/gzip_simple.rb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/coderay/helpers/gzip_simple.rb b/lib/coderay/helpers/gzip_simple.rb index 4d44711..76aeb22 100644 --- a/lib/coderay/helpers/gzip_simple.rb +++ b/lib/coderay/helpers/gzip_simple.rb @@ -1,5 +1,3 @@ -module CodeRay - # =GZip Simple # # A simplified interface to the gzip library +zlib+ (from the Ruby Standard Library.) @@ -48,6 +46,7 @@ module GZip end end + # String extensions to use the GZip module. # # The methods gzip and gunzip provide an even more simple @@ -93,8 +92,6 @@ if $0 == __FILE__ eval DATA.read, nil, $0, __LINE__+4 end -end - __END__ #CODE |