144件ヒット
[1-100件を表示]
(0.022秒)
別のキーワード
種類
- インスタンスメソッド (132)
- 定数 (12)
クラス
-
RDoc
:: Context (144)
キーワード
- TYPES (12)
-
add
_ class (12) -
add
_ class _ or _ module (12) -
add
_ module (12) -
add
_ to (12) -
each
_ method (12) -
find
_ local _ symbol (12) -
find
_ symbol (12) -
method
_ list (12) -
ongoing
_ visibility= (12) -
set
_ visibility _ for (12) - visibility (12)
検索結果
先頭5件
-
RDoc
:: Context # find _ local _ symbol(symbol) (6202.0) -
Finds a method, constant, attribute, module or files named +symbol+ in this context
...Finds a method, constant, attribute, module or files named +symbol+ in
this context... -
RDoc
:: Context # find _ symbol(symbol , method=nil) (6202.0) -
Look up the given symbol. If method is non-nil, then we assume the symbol references a module that contains that method
...Look up the given symbol. If method is non-nil, then we assume
the symbol references a module that contains that method... -
RDoc
:: Context # ongoing _ visibility=(vis) (6102.0) -
Change the default visibility for new methods
...Change the default visibility for new methods... -
RDoc
:: Context # set _ visibility _ for(methods , visibility , singleton = false) -> () (6102.0) -
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、 singleton で指定した条件と一致するメソッドすべての可視性を visibility に設定します。
...た RDoc::AnyMethod、RDoc::Attr の内、
singleton で指定した条件と一致するメソッドすべての可視性を visibility
に設定します。
@param methods RDoc::AnyMethod、RDoc::Attr オブジェクトの配
列を指定します。
@param visibility 可視性を... -
RDoc
:: Context # visibility -> :public | :protected | :private (6102.0) -
自身の可視性を Symbol で返します。
...自身の可視性を Symbol で返します。... -
RDoc
:: Context :: TYPES -> ["class" , "instance"] (6102.0) -
メソッドの種類を文字列の配列で返します。
メソッドの種類を文字列の配列で返します。 -
RDoc
:: Context # add _ class(class _ type , name , superclass) -> RDoc :: SingleClass | RDoc :: NormalClass (102.0) -
引数で指定したクラスを追加します。
...引数で指定したクラスを追加します。
@param class_type 追加するクラス、モジュールを RDoc::NormalClass、
RDoc::SingleClass、RDoc::NormalModule オ
ブジェクトのいずれかで指定します。
@param name クラス名を文... -
RDoc
:: Context # add _ class _ or _ module(collection , class _ type , name , superclass = nil) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule (102.0) -
collection に name で指定したクラス、モジュールを追加します。
...@param collection クラス、モジュールを追加する先を Hash オブジェ
クトで指定します。
@param class_type 追加するクラス、モジュールを RDoc::NormalClass、
RDoc::SingleClass、RDoc::NormalModule オ
ブ... -
RDoc
:: Context # add _ module(class _ type , name) -> RDoc :: NormalModule | RDoc :: SingleClass | RDoc :: NormalClass (102.0) -
引数で指定したモジュールを追加します。
...だし、クラスとして既に同名のものが登録されていた場合は、何もせずにそ
のクラスを返します。
@param class_type 追加するクラス、モジュールを RDoc::NormalClass、
RDoc::SingleClass、RDoc::NormalModule オ
ブ...