るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.012秒)
トップページ > クエリ:gzip[x] > 種類:文書[x]

別のキーワード

  1. indexer gzip
  2. rubygems/indexer gzip
  3. gzip gem::indexer
  4. gzip rubygems/indexer

キーワード

検索結果

NEWS for Ruby 2.0.0 (13.0)

NEWS for Ruby 2.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...oints, IO#bytes, ARGF#lines, ARGF#chars,
ARGF#bytes, StringIO#lines, StringIO#chars, StringIO#codepoints, StringIO#bytes,
Zlib::GzipReader#lines, Zlib::GzipReader#bytes
* これらのメソッドは非推奨になりました。each_line, each_byte, each_char, each_codepoint を使って...
...* 新機能
* Proxies are now automatically detected from the http_proxy environment
variable. See Net::HTTP.new for details.
* gzip and deflate compression are now requested for all requests by
default. See Net::HTTP for details.
* SSL sessions are now reused acr...
...olv
* 追加: Resolv::DNS#timeouts=
* 追加: Resolv::DNS::Config#timeouts=

* rexml
* REXML::Document#write はハッシュ引数をサポートしました
* REXML::Document#write は :encoding オプションをサポートしました。
XMLドキュメントのエンコ...

NEWS for Ruby 2.4.0 (7.0)

NEWS for Ruby 2.4.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...除されてbundled Gem になりました 1216074239
https://github.com/ruby/xmlrpcが新しいリポジトリです。

* Zlib
* Zlib.gzip, Zlib.gunzip を追加 13020

=== C API の更新

* ruby_show_version() will no longer exits the process, if
RUBY_SHOW_COPYRIGHT_TO_DIE is s...

ReFe (7.0)

ReFe ReFeについては http://i.loveruby.net/ja/prog/refe.html をご覧ください。

...)

gzip
-dc man-rd-ja.tar.gz | tar xvf -
cd man-rd-ja
(必要に応じて root になってください)
mkrefe_rubyrefm -d /usr/local/share/refe *.rd

/usr/local/share/refe 下に以下のディレクトリとファイルができます。

class_document...
.../ method_document/
class_document_comp method_document_comp

(4) 後は使うだけです。

refe IO puts
IO#puts
--- puts([obj[, ...]])

各 obj を self に出力した後、改行します。
引数の扱いは puts と同じで...