432件ヒット
[1-100件を表示]
(0.054秒)
種類
- インスタンスメソッド (396)
- 定数 (24)
- 特異メソッド (12)
クラス
-
RDoc
:: Context (408) -
RDoc
:: Context :: Section (24)
キーワード
- TYPES (12)
- VISIBILITIES (12)
-
add
_ alias (12) -
add
_ attribute (12) -
add
_ class (12) -
add
_ class _ or _ module (12) -
add
_ constant (12) -
add
_ include (12) -
add
_ method (12) -
add
_ module (12) -
add
_ require (12) -
add
_ to (12) - aliases (12)
- attributes (12)
- classes (12)
- constants (12)
-
each
_ attribute (12) -
each
_ classmodule (12) -
each
_ constant (12) -
each
_ method (12) -
find
_ enclosing _ module _ named (12) -
find
_ local _ symbol (12) -
find
_ module _ named (12) -
find
_ symbol (12) -
initialize
_ classes _ and _ modules (12) -
initialize
_ methods _ etc (12) -
method
_ list (12) - modules (12)
- name (12)
- new (12)
- parent (12)
-
record
_ location (12) -
set
_ visibility _ for (12) -
unmatched
_ alias _ lists (12) -
unmatched
_ alias _ lists= (12) - visibility (12)
検索結果
先頭5件
-
RDoc
:: Context # classes -> [RDoc :: SingleClass | RDoc :: NormalClass] (6302.0) -
追加されたクラスの配列を返します。
追加されたクラスの配列を返します。 -
RDoc
:: Context # find _ enclosing _ module _ named(name) -> RDoc :: NormalModule | nil (6234.0) -
find a module at a higher scope
...find a module at a higher scope... -
RDoc
:: Context # aliases -> [RDoc :: Alias] (6202.0) -
追加された RDoc::Alias の配列を返します。
...追加された RDoc::Alias の配列を返します。... -
RDoc
:: Context # attributes -> [RDoc :: Attr] (6202.0) -
追加された RDoc::Attr の配列を返します。
...追加された RDoc::Attr の配列を返します。... -
RDoc
:: Context # constants -> [RDoc :: Constant] (6202.0) -
追加された RDoc::Constant の配列を返します。
...追加された RDoc::Constant の配列を返します。... -
RDoc
:: Context # find _ module _ named(name) -> RDoc :: NormalModule | nil (6202.0) -
追加された RDoc::NormalModule から引数で指定した名前のモジュール を検索します。見つからなかった場合は nil を返します。
...追加された RDoc::NormalModule から引数で指定した名前のモジュール
を検索します。見つからなかった場合は nil を返します。
@param name モジュールの名前を文字列で指定します。... -
RDoc
:: Context # find _ local _ symbol(symbol) (6118.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 # add _ method(a _ method) -> () (6109.0) -
引数で指定した RDoc::AnyMethod オブジェクトを追加します。
...引数で指定した RDoc::AnyMethod オブジェクトを追加します。
@param a_method RDoc::AnyMethod オブジェクトかそのサブクラスのオ
ブジェクトを指定します。... -
RDoc
:: Context # add _ require(a _ require) -> () (6109.0) -
自身が所属する RDoc::TopLevel オブジェクトに引数で指定した RDoc::Require を追加します。
...自身が所属する RDoc::TopLevel オブジェクトに引数で指定した
RDoc::Require を追加します。
@param a_require RDoc::Require オブジェクトを指定します。...