8000 Remove deprecated InputStream::open_buffer method. · rubyzip/rubyzip@bfc9324 · GitHub
[go: up one dir, main page]

Skip to content

Commit bfc9324

Browse files
committed
Remove deprecated InputStream::open_buffer method.
1 parent e83bec4 commit bfc9324

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/zip/input_stream.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,6 @@ def open(filename_or_io, offset: 0, decrypter: nil)
115115
zio.close if zio
116116
end
117117
end
118-
119-
def open_buffer(filename_or_io, offset: 0) # :nodoc:
120-
warn 'open_buffer is deprecated!!! Use open instead!'
121-
::Zip::InputStream.open(filename_or_io, offset: offset)
122-
end
123118
end
124119

125120
protected

0 commit comments

Comments
 (0)
0