360件ヒット
[101-200件を表示]
(0.039秒)
クラス
-
RDoc
:: Context (324) -
RDoc
:: Context :: Section (36)
キーワード
- == (12)
-
add
_ alias (12) -
add
_ class (12) -
add
_ class _ or _ module (12) -
add
_ include (12) -
add
_ module (12) - aliases (12)
- classes (12)
- comment (12)
-
defined
_ in? (12) -
each
_ classmodule (12) -
find
_ enclosing _ module _ named (12) -
find
_ local _ symbol (12) -
find
_ module _ named (12) -
find
_ symbol (12) -
in
_ files (12) - includes (12)
-
initialize
_ classes _ and _ modules (12) -
initialize
_ methods _ etc (12) -
method
_ list (12) - modules (12)
-
ongoing
_ visibility= (12) -
record
_ location (12) -
set
_ current _ section (12) -
set
_ visibility _ for (12) - title (12)
- toplevel (12)
-
unmatched
_ alias _ lists (12) -
unmatched
_ alias _ lists= (12) - visibility (12)
検索結果
先頭5件
-
RDoc
:: Context # add _ include(an _ include) -> () (6203.0) -
引数で指定した RDoc::Include オブジェクトを追加します。
...引数で指定した RDoc::Include オブジェクトを追加します。
@param an_include RDoc::Include オブジェクトを指定します。... -
RDoc
:: Context # aliases -> [RDoc :: Alias] (6203.0) -
追加された RDoc::Alias の配列を返します。
...追加された RDoc::Alias の配列を返します。... -
RDoc
:: Context # find _ module _ named(name) -> RDoc :: NormalModule | nil (6203.0) -
追加された RDoc::NormalModule から引数で指定した名前のモジュール を検索します。見つからなかった場合は nil を返します。
...追加された RDoc::NormalModule から引数で指定した名前のモジュール
を検索します。見つからなかった場合は nil を返します。
@param name モジュールの名前を文字列で指定します。... -
RDoc
:: Context # includes -> [RDoc :: Include] (6203.0) -
追加された RDoc::Include の配列を返します。
...追加された RDoc::Include の配列を返します。... -
RDoc
:: Context # modules -> [RDoc :: NormalModule] (6203.0) -
追加された RDoc::NormalModule の配列を返します。
...追加された RDoc::NormalModule の配列を返します。... -
RDoc
:: Context # set _ visibility _ for(methods , visibility , singleton = false) -> () (6203.0) -
methods で指定した RDoc::AnyMethod、RDoc::Attr の内、 singleton で指定した条件と一致するメソッドすべての可視性を visibility に設定します。
...::Attr の内、
singleton で指定した条件と一致するメソッドすべての可視性を visibility
に設定します。
@param methods RDoc::AnyMethod、RDoc::Attr オブジェクトの配
列を指定します。
@param visibility 可視性を :public, :protected, :pri......vate の内のいずれか
で指定します。
@param singleton 特異メソッドの可視性を変更する場合は true、そうでない
場合は false を指定します。... -
RDoc
:: Context # toplevel -> RDoc :: TopLevel (6203.0) -
自身が所属する RDoc::TopLevel オブジェクトを返します。
...自身が所属する RDoc::TopLevel オブジェクトを返します。... -
RDoc
:: Context # visibility -> :public | :protected | :private (6203.0) -
自身の可視性を Symbol で返します。
...自身の可視性を Symbol で返します。... -
RDoc
:: Context # find _ enclosing _ module _ named(name) -> RDoc :: NormalModule | nil (6103.0) -
find a module at a higher scope
...find a module at a higher scope...