るりまサーチ

最速Rubyリファレンスマニュアル検索!
355件ヒット [301-355件を表示] (0.018秒)

別のキーワード

  1. _builtin merge!
  2. _builtin merge
  3. hash merge
  4. hash merge!
  5. set merge

ライブラリ

クラス

モジュール

オブジェクト

検索結果

<< < ... 2 3 4 >>

rdoc (6.0)

RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という ドキュメント生成のためのコマンドも含んでいます。

...イル(例えば、README など)を置きたければ、それをコ
マンドラインの最初に置くだけでもかまいません。

: --merge

ri の出力を生成するとき、出力ディレクトリにすでにファイルが存在すれば、
そのファイルを上書きせず...

rdoc/generator/json_index (6.0)

他のジェネレータが生成する HTML で検索が行えるように、JSON の検索インデッ クスを生成するサブライブラリです。

...ocumentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subjec...

rdoc/markdown (6.0)

Markdown 形式で記述されたドキュメントを rdoc 上で解析するための サブライブラリです。

...ocumentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subjec...

ruby 1.8.4 feature (6.0)

ruby 1.8.4 feature ruby 1.8.4 での ruby 1.8.3 からの変更点です。

...行えないというバグを修正しました.

#Wed Nov 2 20:14:53 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
#
# * ext/tcltklib: merge into ext/tk and remove.
#

Ruby のソース上で tcltklib と tk とを Ruby 1.9 系と同様に一体化しました.
これによ...

JSON::State#configure(options = {}) -> self (1.0)

与えられたハッシュで自身を設定します。

与えられたハッシュで自身を設定します。

オプションで使用するハッシュのキーについては JSON::State.new を参照してください。

@param options このオブジェクトの設定をするためのハッシュを指定します。

//emlist[例][ruby]{
require "json"

json_state = JSON::State.new(indent: "\t")
json_state.indent # => "\t"
JSON.generate({key1: "value1", key2: "value2"}, json_state)
# => "{\t\"key1\...

絞り込み条件を変える

<< < ... 2 3 4 >>