96件ヒット
[1-96件を表示]
(0.069秒)
別のキーワード
種類
- インスタンスメソッド (72)
- 定数 (24)
ライブラリ
-
rdoc
/ context (96)
キーワード
- TYPES (12)
- VISIBILITIES (12)
-
add
_ class (12) -
add
_ class _ or _ module (12) -
add
_ module (12) -
record
_ location (12) - toplevel (12)
- visibility (12)
検索結果
先頭5件
- RDoc
:: Context # toplevel -> RDoc :: TopLevel - RDoc
:: Context :: TYPES -> ["class" , "instance"] - RDoc
:: Context # add _ class(class _ type , name , superclass) -> RDoc :: SingleClass | RDoc :: NormalClass - RDoc
:: Context # add _ class _ or _ module(collection , class _ type , name , superclass = nil) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule - RDoc
:: Context # add _ module(class _ type , name) -> RDoc :: NormalModule | RDoc :: SingleClass | RDoc :: NormalClass
-
RDoc
:: Context # toplevel -> RDoc :: TopLevel (6201.0) -
自身が所属する RDoc::TopLevel オブジェクトを返します。
...自身が所属する RDoc::TopLevel オブジェクトを返します。... -
RDoc
:: Context :: TYPES -> ["class" , "instance"] (6101.0) -
メソッドの種類を文字列の配列で返します。
メソッドの種類を文字列の配列で返します。 -
RDoc
:: Context # add _ class(class _ type , name , superclass) -> RDoc :: SingleClass | RDoc :: NormalClass (201.0) -
引数で指定したクラスを追加します。
...す。
@param class_type 追加するクラス、モジュールを RDoc::NormalClass、
RDoc::SingleClass、RDoc::NormalModule オ
ブジェクトのいずれかで指定します。
@param name クラス名を文字列で指定します。
@param superclass... -
RDoc
:: Context # add _ class _ or _ module(collection , class _ type , name , superclass = nil) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule (201.0) -
collection に name で指定したクラス、モジュールを追加します。
...n に name で指定したクラス、モジュールを追加します。
@param collection クラス、モジュールを追加する先を Hash オブジェ
クトで指定します。
@param class_type 追加するクラス、モジュールを RDoc::NormalClass、......RDoc::SingleClass、RDoc::NormalModule オ
ブジェクトのいずれかで指定します。
@param name クラス名を文字列で指定します。
@param superclass 追加するクラスの親クラスを RDoc::NormalClass オ
ブジェクトで指定し... -
RDoc
:: Context # add _ module(class _ type , name) -> RDoc :: NormalModule | RDoc :: SingleClass | RDoc :: NormalClass (101.0) -
引数で指定したモジュールを追加します。
...@param class_type 追加するクラス、モジュールを RDoc::NormalClass、
RDoc::SingleClass、RDoc::NormalModule オ
ブジェクトのいずれかで指定します。
@param name クラス名を文字列で指定します。
@see RDoc::Context#add_cl... -
RDoc
:: Context # record _ location(toplevel) (101.0) -
Record the file that we happen to find it in
...Record the file that we happen to find it in... -
RDoc
:: Context # visibility -> :public | :protected | :private (101.0) -
自身の可視性を Symbol で返します。
自身の可視性を Symbol で返します。 -
RDoc
:: Context :: VISIBILITIES -> [:public , :protected , :private] (101.0) -
メソッドの可視性を Symbol の配列で返します。
メソッドの可視性を Symbol の配列で返します。