60件ヒット
[1-60件を表示]
(0.026秒)
キーワード
- csv (12)
-
rdoc
/ generator (12) -
rdoc
/ generator / json _ index (12) -
rubygems
/ commands / generate _ index _ command (12) -
rubygems
/ commands / lock _ command (12)
検索結果
先頭5件
-
rubygems
/ commands / generate _ index _ command (6019.0) -
ある Gem サーバに対するインデックスを作成するためのライブラリです。
...ある Gem サーバに対するインデックスを作成するためのライブラリです。
Usage: gem generate_index [options]
Options:
-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help この......ary:
Generates the index files for a gem server directory
Description:
The generate_index command creates a set of indexes for serving gems
statically. The command expects a 'gems' directory under the path given to
the --directory option. When done, it will generate a s... -
csv (13.0)
-
CSV (Comma Separated Values) を扱うライブラリです。
...す
==== インターフェイス
* オプションをセットするのにハッシュ形式の引数を使うようになりました
* CSV#generate_row, CSV#parse_row はなくなりました
* 古い CSV::Reader, CSV::Writer クラスはなくなりました
* CSV.open はより Ruby ら......* 文字列や IO のようなオブジェクトを読み書きするためにラップする CSV.new メソッドが追加されました
* CSV.generate は古いものとは異なります
* 部分読み出しはもうサポートしていません。読み込みは行単位で行います
*... -
rdoc
/ generator / json _ index (13.0) -
他のジェネレータが生成する HTML で検索が行えるように、JSON の検索インデッ クスを生成するサブライブラリです。
...@base_dir = Pathname.pwd.expand_path
@json_index = RDoc::Generator::JsonIndex.new self, options
end
def generate
# ...
@json_index.generate
end
end
=== インデックスフォーマット
検索用のインデックスは JSON ファイルに出力され... -
rdoc
/ generator (7.0) -
RDoc が解析したソースコードを RDoc::CodeObject のツリーから その他の形式に出力するためのサブライブラリです。
...、RDoc::TopLevel を使って記述された処理を置き換える必要が
あります。
RDoc は出力を行う際にジェネレータの generate メソッドを呼び出しま
す。RDoc::Store や RDoc::CodeObject のツリーのメソッドを使っ
て要求される形式のフォー... -
rubygems
/ commands / lock _ command (7.0) -
指定された特定のバージョンの Gem パッケージに依存する Gem を使用するために 必要な Kernel#gem メソッドの呼び出し方法を文字列で出力します。
...特定バージョンの Gem パッケージを使用するために必要な記述を表示します
Description:
The lock command will generate a list of +gem+ statements that will lock
down
the versions for the gem given in the command line. It will specify exact
vers......in the requirements list to ensure that the gems loaded will always
be consistent. A full recursive search of all effected gems will be
generated.
Example:
gemlock rails-1.0.0 > lockdown.rb
will produce in lockdown.rb:
require "ru...