ライブラリ
-
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件
- yaml
/ dbm - Gem
:: EndOfYAMLException - YAML
:: Store . new(file _ name , thread _ safe = false , yaml _ opts = {}) -> YAML :: Store - YAML
:: Store . new(file _ name , yaml _ opts = {}) -> YAML :: Store - Psych
:: Visitors :: YAMLTree . new(options = {} , emitter = Psych :: TreeBuilder . new , ss = Psych :: ScalarScanner . new) -> Psych :: Visitors :: YAMLTree
-
yaml
/ dbm (6018.0) -
DBM の値に文字列以外も格納できるように拡張するためのサブライブラ リです。
...ある必要がありますが、
YAML::DBM は YAML 形式に変換できるオブジェクトであれば値として格
納する事ができます。ただし、キーは文字列である必要があります。
使い方は DBM と同じです。DBM と YAML も併せて参照して
くださ... -
Gem
:: EndOfYAMLException (6016.0) -
YAML データが不正である場合に使用する例外です。
...YAML データが不正である場合に使用する例外です。... -
YAML
:: Store . new(file _ name , thread _ safe = false , yaml _ opts = {}) -> YAML :: Store (3216.0) -
自身を初期化します。
...在する場合はその内容を読み込みます。
@param thread_safe 自身をスレッドセーフにして初期化するかどうか。
@param yaml_opts YAML 出力時のオプションを Hash で指定します。
詳しくは Psych.dump を参照してください。... -
YAML
:: Store . new(file _ name , yaml _ opts = {}) -> YAML :: Store (3216.0) -
自身を初期化します。
...ファイルがない場合は作成します。既
にファイルが存在する場合はその内容を読み込みます。
@param yaml_opts YAML 出力時のオプションを Hash で指定します。
詳しくは Psych.dump を参照してください。......在する場合はその内容を読み込みます。
@param thread_safe 自身をスレッドセーフにして初期化するかどうか。
@param yaml_opts YAML 出力時のオプションを Hash で指定します。
詳しくは Psych.dump を参照してください。... -
Psych
:: Visitors :: YAMLTree . new(options = {} , emitter = Psych :: TreeBuilder . new , ss = Psych :: ScalarScanner . new) -> Psych :: Visitors :: YAMLTree (3112.0) -
YAMLTree オブジェクトを生成します。
...
YAMLTree オブジェクトを生成します。
options には構築される YAML AST に設定されるオプション設定を指定します。
Psych.dump と同じオプションが指定できます。
emitter には AST の構築に使われる Psych::TreeBuilder オブジェクト
を渡......します。
ss は Ruby の String が YAML document 上で quote が必要かどうか
を判定するための Psych::ScalarScanner オブジェクトを渡します。
emitter, ss は通常デフォルトのものから変える必要はないでしょう。
@param options オプション
@pa... -
YAML
:: DBM # each -> YAML :: DBM (3102.0) -
自身のキーと値を引数としてブロックを評価します。
自身のキーと値を引数としてブロックを評価します。
自身を返します。 -
YAML
:: DBM # each _ pair {|key , val| . . . } -> YAML :: DBM (3102.0) -
自身のキーと値を引数としてブロックを評価します。
自身のキーと値を引数としてブロックを評価します。
自身を返します。 -
YAML
:: DBM # delete _ if {|key , val| . . . } -> YAML :: DBM (3101.0) -
ブロックを評価した値が真であれば該当する要素を削除します。
ブロックを評価した値が真であれば該当する要素を削除します。
自身を返します。このメソッドは self を破壊的に変更します。
@raise DBMError 要素の削除に失敗した場合に発生します。 -
YAML
:: DBM # each _ value {|val| . . . } -> YAML :: DBM (3101.0) -
値を引数としてブロックを評価します。
値を引数としてブロックを評価します。
自身を返します。