diff options
Diffstat (limited to 'lib/coderay/helpers/gzip_simple.rb')
-rw-r--r-- | lib/coderay/helpers/gzip_simple.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/helpers/gzip_simple.rb b/lib/coderay/helpers/gzip_simple.rb index 02d1ffd..357ce6b 100644 --- a/lib/coderay/helpers/gzip_simple.rb +++ b/lib/coderay/helpers/gzip_simple.rb @@ -89,7 +89,7 @@ class String end
if $0 == __FILE__
- eval DATA.read, nil, $0, __LINE__+4
+ eval DATA.read, nil, $0, __LINE__+4
end
__END__
|