るりまサーチ

最速Rubyリファレンスマニュアル検索!
3486件ヒット [3401-3486件を表示] (0.034秒)

別のキーワード

  1. cgi/html form
  2. cgi/html doctype
  3. cgi/html element_init
  4. cgi/html multipart_form
  5. cgi html

オブジェクト

キーワード

検索結果

<< < ... 33 34 35 >>

open-uri (6.0)

http/ftp に簡単にアクセスするためのクラスです。 Kernel.#open を再定義します。

...f.each_line {|line| p line}
p f.base_uri # <URI::HTTP:0x40e6ef2 URL:http://www.ruby-lang.org/en/>
p f.content_type # "text/html"
p f.charset # "iso-8859-1"
p f.content_encoding # []
p f.last_modified # Thu Dec 05 02:45:02 UTC 2002
}

ハッシュ引...

rdoc/generator (6.0)

RDoc が解析したソースコードを RDoc::CodeObject のツリーから その他の形式に出力するためのサブライブラリです。

...たソースコードを RDoc::CodeObject のツリーから
その他の形式に出力するためのサブライブラリです。

RDoc には HTML 向けのジェネレータの
RDoc::Generator::Darkfish と ri 向けのジェネレータの
RDoc::Generator::RI が付属しています。

===...

rexml (6.0)

Pure Ruby の XML パーサです。 DOM スタイルと SAX スタイルの両方をカバーしています。

...日本語訳 http://pub.cozmixng.org/~kou/rexml-doc-ja/
* チュートリアル
http://www.germane-software.com/software/rexml/docs/tutorial.html
日本語訳 http://www.baykit.org/~makotos/cgi-bin/wiliki.cgi?REXML%A5%C1%A5%E5%A1%BC%A5%C8%A5%EA%A5%A2%A5%EB&l=jp
* 日本語
http://ww...

tempfile (6.0)

テンポラリファイルを操作するためのクラスです

...テンポラリファイルを操作するためのクラスです

=== 参考
標準添付ライブラリ紹介 【第 15 回】 tmpdir, tempfile https://magazine.rubyist.net/articles/0029/0029-BundledLibraries.html...

webrick/httpauth/htgroup (6.0)

Apache で証認に使用するユーザグループの一覧が格納されているテキストファイルを 読み書きする機能を提供するライブラリです。

...Apache で証認に使用するユーザグループの一覧が格納されているテキストファイルを
読み書きする機能を提供するライブラリです。

* http://httpd.apache.org/docs/2.2/mod/mod_authz_groupfile.html#authgroupfile...

絞り込み条件を変える

zlib (6.0)

zlib を Ruby から使うための拡張ライブラリです。 gzip ファイルの読み書きもサポートします。

...zlib を Ruby から使うための拡張ライブラリです。
gzip ファイルの読み書きもサポートします。

=== 参考

: 標準添付ライブラリ紹介 【第 11 回】zlib
https://magazine.rubyist.net/articles/0018/0018-BundledLibraries.html

@see https://zlib.net/...

クラス/メソッドの定義 (6.0)

クラス/メソッドの定義 * クラス/メソッドの定義: * class * singleton_class * module * method * operator * nest_method * eval_method * singleton_method * class_method * limit * 定義に関する操作: * alias * undef * defined

...、メソッド名を Symbol にしたオブジェクトを返します。

@see https://magazine.rubyist.net/articles/0041/0041-200Special-kwarg.html

====[a:operator] 演算子式の定義

spec/operatorにおいて、「再定義可能な演算子」に分類された演算子の実装
はメソ...

メソッド呼び出し(super・ブロック付き・yield) (6.0)

メソッド呼び出し(super・ブロック付き・yield) * super * block * yield * block_arg * numbered_parameters * call_method

...yield [1,2,3]
end

bar{|a, b, c| p a} #=> 1

def hoge
yield [1,2,3],4,5
end

hoge{|a, b, c| p a} #=> [1,2,3]
//}


http://www.a-k-r.org/d/2007-08.html#a2007_08_16_1

===[a:numbered_parameters] 番号指定パラメータ

ブロックに渡された値を参照するには、上記のようにブ...
<< < ... 33 34 35 >>