るりまサーチ

最速Rubyリファレンスマニュアル検索!
114件ヒット [101-114件を表示] (0.057秒)
トップページ > クエリ:-[x] > クエリ:major[x] > クエリ:yaml[x]

別のキーワード

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

検索結果

<< < 1 2 >>

Psych::Nodes::Document.new(version=[], tag_directives=[], implicit=false) -> Psych::Nodes::Document (118.0)

Document オブジェクトを生成します。

...Document オブジェクトを生成します。

version にはドキュメントのバージョンを指定します。
[major, minor] という配列で指定します。

tag_directives には tag directive の配列を指定します。
それぞれの tag は [prefix, suffix] という文字...
...真偽値で指定します。

@param version YAML ドキュメントのバージョン
@param tag_directives tag directive の配列
@param implicit ドキュメントが implicit に始まっているかどうか

=== 例
以下の例では、YAML 1.1 のドキュメントで、
tag directive...

rubygems/commands/generate_index_command (66.0)

ある Gem サーバに対するインデックスを作成するためのライブラリです。

...s]
Options:
-
d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-
h, --help このコマンドのヘルプを表示します
-
V, --[no-]verbose 表示を詳細にします
-
q, --quiet...
....gemspec.rz # legacy YAML quick index
file
quick/Marshal.<version>/<gemname>.gemspec.rz # Marshal quick index file
Marshal.<version>
Marshal.<version>.Z # Marshal full index
yaml

yaml
.Z # legacy YAML full index

The .Z and .rz e...
...Marshal version number comes from ruby's Marshal::MAJOR_VERSION and
Marshal::MINOR_VERSION constants. It is used to ensure compatibility. The
yaml
indexes exist for legacy RubyGems clients and fallback in case of
Marshal
version changes.
Defaults:
-
-directory ....
<< < 1 2 >>