851件ヒット
[101-200件を表示]
(0.031秒)
キーワード
- bigdecimal (12)
-
bigdecimal
/ math (12) -
bigdecimal
/ newton (12) -
bigdecimal
/ util (12) -
cgi
/ session / pstore (12) - fiddle (12)
-
fiddle
/ import (12) - getoptlong (12)
- irb (12)
-
irb
/ completion (12) -
irb
/ ext / history (12) -
irb
/ ext / math-mode (4) -
irb
/ ext / save-history (12) -
irb
/ inspector (12) -
irb
/ ruby-token (12) -
json
/ add / core (12) -
json
/ editor (12) - logger (12)
-
minitest
/ autorun (12) - monitor (12)
-
net
/ http (12) -
net
/ protocol (12) -
net
/ smtp (12) - openssl (12)
-
optparse
/ date (12) - profile (6)
- pstore (12)
- psych (12)
- rake (12)
- rdoc (12)
-
rdoc
/ generator (12) -
rdoc
/ generator / darkfish (12) -
rdoc
/ generator / json _ index (12) -
rdoc
/ generator / markup (12) -
rdoc
/ generator / ri (12) -
rdoc
/ markdown (12) -
rdoc
/ markup / to _ ansi (12) -
rdoc
/ markup / to _ bs (12) -
rdoc
/ markup / to _ html (12) -
rdoc
/ markup / to _ html _ crossref (12) -
rdoc
/ markup / to _ rdoc (12) -
rdoc
/ parser / c (12) -
rdoc
/ parser / ruby _ tools (12) -
rdoc
/ token _ stream (12) -
rdoc
/ top _ level (12) - resolv (12)
-
rexml
/ parsers / sax2parser (12) -
rexml
/ parsers / streamparser (12) - rss (12)
- rubygems (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / lock _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / pristine _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ custom _ require (12) -
rubygems
/ validator (12) - set (9)
- singleton (12)
-
test
/ unit (1) - tracer (12)
- tsort (12)
-
webrick
/ httpauth / authenticator (12) - xmlrpc (3)
-
yaml
/ store (12)
検索結果
-
irb
/ ext / save-history (6001.0) -
IRB::Context にヒストリの読み込み、保存の機能を提供するサブライブ ラリです。
...IRB::Context にヒストリの読み込み、保存の機能を提供するサブライブ
ラリです。
conf.save_history か IRB.conf[:SAVE_HISTORY] にヒストリの保存件数を設定
する事で使用できます。
ただし、readline が利用できない環境ではヒストリの... -
irb
/ inspector (6001.0) -
irb コマンドで実行結果の出力方式(inspect_mode)を定義するためのサブライ ブラリです。
irb コマンドで実行結果の出力方式(inspect_mode)を定義するためのサブライ
ブラリです。 -
irb
/ ruby-token (6001.0) -
Ruby のソースコード中の各種トークンを定義したサブライブラリです。
Ruby のソースコード中の各種トークンを定義したサブライブラリです。
このライブラリで定義されているメソッドはユーザが直接使用するものではありません。 -
json
/ editor (6001.0) -
Gtk2 を用いて書かれた JSON エディターです。
Gtk2 を用いて書かれた JSON エディターです。 -
minitest
/ autorun (6001.0) -
このファイルを Kernel.#require するとテストが test/unit と同じように自動実行されます。
このファイルを Kernel.#require するとテストが test/unit と同じように自動実行されます。 -
monitor (6001.0)
-
スレッドの同期機構としてのモニター機能を提供するクラスです。 また同じスレッドから何度も lock できる Mutex としての機能も提供します。
...等の機能を実現することは
可能ですが、モニタの利点はライブラリがその関連を保証
していることです。
monitor は以下のような Mutex としての機能も提供します。
* lock の持ち主がスレッドである Mutex / 何度も lock できる......等の機能を実現することは
可能ですが、モニタの利点はライブラリがその関連を保証
していることです。
monitor は以下のような Thread::Mutex としての機能も提供します。
* lock の持ち主がスレッドである Mutex / 何度も lock... -
net
/ protocol (6001.0) -
ネットワークライブラリ共通の例外クラスを 定義しています。
ネットワークライブラリ共通の例外クラスを
定義しています。
net/http や net/pop などでこのライブラリで
定義された例外クラスやそれらを継承した例外クラスを
利用しています。 -
pstore (6001.0)
-
Rubyのオブジェクトを外部ファイルに格納するためのライブラリです。
Rubyのオブジェクトを外部ファイルに格納するためのライブラリです。 -
rdoc
/ generator (6001.0) -
RDoc が解析したソースコードを RDoc::CodeObject のツリーから その他の形式に出力するためのサブライブラリです。
...::Generator::Darkfish と ri 向けのジェネレータの
RDoc::Generator::RI が付属しています。
=== ジェネレータの登録
RDoc::RDoc.add_generator を呼び出す事でジェネレータの登録が行えます。
class My::Awesome::Generator
RDoc::RDoc.add_generator self......lib:rdoc/options#custom_options の例と
OptionParser も併せて参照してください。
=== ジェネレータのインストール
ソースコードを解析した後は RDoc:RDoc オブジェクトはジェネレータの
コンストラクタの引数に RDoc::Store オブジェクト......RDoc::Store オブジェクトは解析したソースコードに関する情報を保持
しています。RDoc 3 以前は RDoc::TopLevel オブジェクトがこの
情報を保持しています。ジェネレータを RDoc 3 以前のものから更新す
る際には、RDoc::TopLevel を使...