File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# rubyzip
2
- [ ![ Build Status] ( https://secure.travis-ci.org/rubyzip/rubyzip.png )] ( http://travis-ci.org/jphastings /rubyzip )
3
- [ ![ Code Climate] ( https://codeclimate.com/github/rubyzip/rubyzip.png )] ( https://codeclimate.com/github/jphastings /rubyzip )
4
- [ ![ Coverage Status] ( https://coveralls.io/repos/rubyzip/rubyzip/badge.png?branch=master )] ( https://coveralls.io/r/jphastings /rubyzip?branch=master )
2
+ [ ![ Build Status] ( https://secure.travis-ci.org/rubyzip/rubyzip.png )] ( http://travis-ci.org/rubyzip /rubyzip )
3
+ [ ![ Code Climate] ( https://codeclimate.com/github/rubyzip/rubyzip.png )] ( https://codeclimate.com/github/rubyzip /rubyzip )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/rubyzip/rubyzip/badge.png?branch=master )] ( https://coveralls.io/r/rubyzip /rubyzip?branch=master )
5
5
6
6
rubyzip is a ruby library for reading and writing zip files.
7
7
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ def open_entry
129
129
@current_entry
130
130
end
131
131
132
- def get_decompressor ( )
132
+ def get_decompressor
133
133
case
134
134
when @current_entry . nil?
135
135
::Zip ::NullDecompressor
You can’t perform that action at this time.
0 commit comments