るりまサーチ

最速Rubyリファレンスマニュアル検索!
231件ヒット [1-100件を表示] (0.124秒)
トップページ > クエリ:i[x] > クエリ:-[x] > クエリ:r[x] > クエリ:String[x] > ライブラリ:psych[x] > 種類:インスタンスメソッド[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

モジュール

キーワード

検索結果

<< 1 2 3 > >>

Psych::ScalarScanner#parse_time(string) -> Time (15510.0)

文字列を Time オブジェクトに変換します。

...文字列を Time オブジェクトに変換します。

@param string 変換文字列...

Psych::Nodes::Document#tag_directives -> [[String, String]] (12505.0)

tag directive の配列を返します。

...tag directive の配列を返します。

@see Psych::Nodes::Document#tag_directives=,
Psych
::Nodes::Document.new...

Psych::SyntaxError#file -> String|nil (9504.0)

エラーが生じたファイルの名前を返します。

...エラーが生じたファイルの名前を返します。

Psych
.load_file で指定したファイルの名前や
Psych
.load の第2引数で指定した名前が返されます。
パース時にファイル名を指定しなかった場合は nil が返されます。...

Psych::ScalarScanner#tokenize(string) -> object (9410.0)

YAML の scalar である文字列を Ruby のオブジェクトに変換した ものを返します。

...YAML の scalar である文字列を Ruby のオブジェクトに変換した
ものを返します。

scanner = Psych::ScalarScanner.new
p scanner.tokenize("yes") # => true
p scanner.tokenize("year") # => "year"
p scanner.tokenize("12") # => 12

@param string 変換文字列...

Psych::Nodes::Alias#anchor -> String (9404.0)

alias が指す先の anchor を返します。

...alias が指す先の anchor を返します。

@see Psych::Nodes::Alias#anchor=,
Psych
::Nodes::Alias.new...

絞り込み条件を変える

Psych::Nodes::Mapping#anchor -> String|nil (9404.0)

mapping に付加された anchor を返します。

...mapping に付加された anchor を返します。

@see Psych::Nodes::Mapping#anchor=,
Psych
::Nodes::Mapping.new...

Psych::Nodes::Scalar#anchor -> String|nil (6404.0)

scalar に付加された anchor を返します。

...scalar に付加された anchor を返します。

@see Psych::Nodes::Scalar#anchor=,
Psych
::Nodes::Scalar.new...

Psych::Nodes::Sequence#anchor -> String|nil (6404.0)

sequence に付加された anchor を返します。

...sequence に付加された anchor を返します。

@see Psych::Nodes::Sequence#anchor=,
Psych
::Nodes::Sequence.new...

Psych::SyntaxError#problem -> String (6404.0)

生じたエラーの中身を文字列で返します。

生じたエラーの中身を文字列で返します。

Kernel#psych_y(*objects) -> String (3405.0)

objects を YAML document に変換します。

... irb 上でのみ定義されます。

syck に y メソッドがあるため、
psych
_y が別名として定義されています。将来的に
syck が廃止された場合 psych_y は廃止
される予定であるため、特別の事情がない限り y を用いてください。

@param o...
...bjects YAML document に変換する Ruby のオブジェクト...

絞り込み条件を変える

<< 1 2 3 > >>