種類
- インスタンスメソッド (408)
- 定数 (24)
ライブラリ
-
rdoc
/ context (432)
キーワード
- TYPES (12)
- VISIBILITIES (12)
-
add
_ alias (12) -
add
_ attribute (12) -
add
_ class (12) -
add
_ class _ or _ module (12) -
add
_ include (12) -
add
_ module (12) -
add
_ require (12) -
add
_ to (12) - aliases (12)
- attributes (12)
- classes (12)
-
current
_ section (12) -
defined
_ in? (12) -
each
_ attribute (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) - name (12)
-
ongoing
_ visibility= (12) -
record
_ location (12) - requires (12)
- sections (12)
-
set
_ current _ section (12) -
set
_ visibility _ for (12) -
unmatched
_ alias _ lists (12) -
unmatched
_ alias _ lists= (12) - visibility (12)
検索結果
先頭5件
-
RDoc
:: Context # find _ module _ named(name) -> RDoc :: NormalModule | nil (6101.0) -
追加された RDoc::NormalModule から引数で指定した名前のモジュール を検索します。見つからなかった場合は nil を返します。
...追加された RDoc::NormalModule から引数で指定した名前のモジュール
を検索します。見つからなかった場合は nil を返します。
@param name モジュールの名前を文字列で指定します。... -
RDoc
:: Context # find _ symbol(symbol , method=nil) (6101.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 # in _ files (6101.0) -
Files this context is found in
...Files this context is found in... -
RDoc
:: Context # initialize _ classes _ and _ modules -> () (6101.0) -
追加されたクラスやモジュールをクリアします。
追加されたクラスやモジュールをクリアします。 -
RDoc
:: Context # initialize _ methods _ etc -> () (6101.0) -
追加されたメソッド、属性、alias されたメソッド(メソッド名の対応が取れて いないものを含む)、require されたファイル、include されたファイル、定数 をクリアします。
...追加されたメソッド、属性、alias されたメソッド(メソッド名の対応が取れて
いないものを含む)、require されたファイル、include されたファイル、定数
をクリアします。... -
RDoc
:: Context # method _ list -> [RDoc :: AnyMethod] (6101.0) -
追加された(RDoc::AnyMethod かそのサブクラスのオブジェクト)の配列 を返します。
追加された(RDoc::AnyMethod かそのサブクラスのオブジェクト)の配列
を返します。 -
RDoc
:: Context # ongoing _ visibility=(vis) (6101.0) -
Change the default visibility for new methods
...Change the default visibility for new methods... -
RDoc
:: Context # record _ location(toplevel) (6101.0) -
Record the file that we happen to find it in
...Record the file that we happen to find it in... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (6101.0) -
Handle sections
...Handle sections...