ライブラリ
-
irb
/ context (12) - psych (890)
-
rubygems
/ commands / build _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ config _ file (12) -
rubygems
/ exceptions (12) -
rubygems
/ package / tar _ input (12) -
rubygems
/ server (12) -
rubygems
/ specification (36) - yaml (12)
-
yaml
/ dbm (300) -
yaml
/ store (33)
クラス
-
Gem
:: Commands :: BuildCommand (12) -
Gem
:: ConfigFile (12) -
Gem
:: Package :: TarInput (12) -
Gem
:: Server (12) -
Gem
:: Specification (36) -
IRB
:: Context (12) - Module (8)
- Object (36)
-
Psych
:: Handler (96) -
Psych
:: Nodes :: Document (36) -
Psych
:: Nodes :: Mapping (12) -
Psych
:: Nodes :: Node (36) -
Psych
:: Nodes :: Sequence (12) -
Psych
:: Parser (24) -
Psych
:: ScalarScanner (12) -
Psych
:: Stream (48) -
Psych
:: Visitors :: YAMLTree (120) -
RDoc
:: Options (12) -
YAML
:: DBM (288) -
YAML
:: Store (21)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - << (12)
- Alias (12)
- BadAlias (12)
- DBM (12)
- Document (12)
- Emitter (12)
- EndOfYAMLException (12)
-
LIBYAML
_ VERSION (12) - Mapping (12)
- Mark (12)
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 7 . 0 (6) -
NEWS for Ruby 3
. 0 . 0 (5) -
NEWS for Ruby 3
. 1 . 0 (4) - Node (12)
- Nodes (12)
- Omap (12)
- Parser (12)
- Psych (12)
- Scalar (12)
- ScalarScanner (12)
- Sequence (12)
- Set (12)
- SpecificationCommand (12)
- Store (12)
- Stream (24)
- SyntaxError (12)
- TreeBuilder (12)
- VERSION (12)
- YAML (12)
- YAMLTree (12)
- [] (12)
- []= (12)
- alias (12)
- delete (12)
-
delete
_ if (12) - dump (24)
-
dump
_ stream (12) - each (12)
-
each
_ pair (12) -
each
_ value (12) -
end
_ document (12) -
end
_ stream (12) - fetch (12)
- finish (24)
- finished (12)
- finished? (12)
-
from
_ yaml (12) -
has
_ value? (12) - index (12)
-
inspect
_ mode= (12) - invert (12)
- irb (12)
- key (12)
-
libyaml
_ version (12) - load (15)
-
load
_ documents (8) -
load
_ file (24) -
load
_ gemspec (12) -
load
_ stream (24) - new (93)
-
normalize
_ yaml _ input (12) - parse (24)
-
parse
_ file (12) -
parse
_ stream (24) - psych (12)
-
psych
_ to _ yaml (12) -
psych
_ y (12) -
psych
_ yaml _ as (4) - push (12)
- rdoc (12)
- reject (12)
- replace (12)
-
ruby 1
. 8 . 2 feature (12) - rubygems (12)
-
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / specification _ command (12) -
rubygems
/ server (12) -
safe
_ load (19) - scalar (12)
- select (24)
- shift (12)
- start (36)
-
start
_ document (12) -
start
_ mapping (12) -
start
_ sequence (12) -
start
_ stream (12) - started (12)
- started? (12)
- store (12)
- tag (12)
-
to
_ a (12) -
to
_ hash (12) -
to
_ yaml (24) - tokenize (12)
- tree (12)
- update (12)
- values (12)
-
values
_ at (12) - version (12)
- version= (12)
- y (12)
-
yaml
/ dbm (12) -
yaml
/ store (12) - yaml? (12)
-
yaml
_ as (4) -
yaml
_ initialize (12) -
yaml
_ tag (12)
検索結果
先頭5件
-
Psych
:: Stream . new(io) -> Psych :: Stream (6.0) -
新たな Stream オブジェクトを生成します。
...新たな Stream オブジェクトを生成します。
io で YAML document の出力先を指定します。
@param io 出力先の IO オブジェクト... -
rdoc (6.0)
-
RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という ドキュメント生成のためのコマンドも含んでいます。
...数回指定する事ができます。
: --write-options
カレントディレクトリの .rdoc_options ファイルに指定した設定を YAML 形
式で保存します。
: --verbose
プログラムの解析時に詳細な情報を表示します。
: --version
RDocのバージ... -
ruby 1
. 8 . 2 feature (6.0) -
ruby 1.8.2 feature ruby 1.8.2 での ruby 1.8.1 からの変更点です。
...soap, wsdl の変更点は
((<URL:http://rrr.jin.gr.jp/projects/soap4r/wiki/Changes-ruby181_ruby182>))
を参照して下さい。
* rss, rdoc, yaml の変更点は収録していません。
=== 日時未詳
: CGI#server_port [lib] [bug]
常に 0 を返すバグが修正されました。... -
rubygems (6.0)
-
RubyGems を扱うためのクラスやモジュールが定義されているライブラリです。
...定する事によって Gem コマンドの動作を変更することができます。
また、ホームディレクトリに .gemrc という YAML フォーマットで書かれたファイルを置くことでも
動作を変更することができます。
例:
---
:backtrace: false... -
rubygems
/ commands / mirror _ command (6.0) -
リモートリポジトリをローカルリポジトリにミラーするためのライブラリです。
...ドは ~/.gemmirrorrc ファイルを使用してリモート Gem リポジトリを
ローカルにミラーします。設定ファイルは YAML で以下のように書きます。
---
- from: http://gems.example.com # source repository URI
to: /path/to/mir...