mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/zlib/zlib.c (Zlib::GzipFile#path): New method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5f956fda43
commit
2bb576e5ac
5 changed files with 73 additions and 1 deletions
|
@ -543,6 +543,12 @@ GzipReader should be used with associating an instance of IO class
|
|||
must respond to flush method. While `sync' mode is true,
|
||||
the compression ratio decreases sharply.
|
||||
|
||||
--- Zlib::GzipFile#path
|
||||
|
||||
Returns the path string of the associated IO-like object. This
|
||||
method is only defined when the IO-like object responds to
|
||||
#path().
|
||||
|
||||
|
||||
== Zlib::GzipFile::Error
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue