24件ヒット
[1-24件を表示]
(0.145秒)
別のキーワード
ライブラリ
-
rdoc
/ context (24)
キーワード
-
add
_ class _ or _ module (12) -
record
_ location (12)
検索結果
先頭2件
-
RDoc
:: Context # record _ location(toplevel) (6202.0) -
Record the file that we happen to find it in
...Record the file that we happen to find it in... -
RDoc
:: Context # add _ class _ or _ module(collection , class _ type , name , superclass = nil) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule (302.0) -
collection に name で指定したクラス、モジュールを追加します。
...collection に name で指定したクラス、モジュールを追加します。
@param collection クラス、モジュールを追加する先を Hash オブジェ
クトで指定します。
@param class_type 追加するクラス、モジュールを RDoc::NormalClass、......RDoc::SingleClass、RDoc::NormalModule オ
ブジェクトのいずれかで指定します。
@param name クラス名を文字列で指定します。
@param superclass 追加するクラスの親クラスを RDoc::NormalClass オ
ブジェクトで指定し...