5件ヒット
[1-5件を表示]
(0.017秒)
クラス
-
RDoc
:: Context (5)
キーワード
-
add
_ constant (1) -
add
_ to (1) - constants (1)
-
each
_ constant (1) -
find
_ local _ symbol (1)
検索結果
先頭5件
-
RDoc
:: Context # each _ constant {|c| . . . } -> [RDoc :: Constant] (46261.0) -
追加された RDoc::Constant に対してブロックを評価します。
追加された RDoc::Constant に対してブロックを評価します。 -
RDoc
:: Context # constants -> [RDoc :: Constant] (46258.0) -
追加された RDoc::Constant の配列を返します。
追加された RDoc::Constant の配列を返します。 -
RDoc
:: Context # add _ constant(const) -> () (45976.0) -
引数で指定した RDoc::Constant オブジェクトを追加します。
引数で指定した RDoc::Constant オブジェクトを追加します。
@param const RDoc::Constant オブジェクトを指定します。 -
RDoc
:: Context # find _ local _ symbol(symbol) (9055.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 _ to(array , thing) -> () (9025.0) -
array に thing を追加します。
array に thing を追加します。
@param array 配列を指定します。
@param thing 追加する要素を指定します。
RDoc::Context#add_alias などで使われています。ライブラリ内部で使
用します。
@see RDoc::Context#add_alias, RDoc::Context#add_attribute,
RDoc::Context#add_constant, RDoc::Context#add_include,
RDoc::Context#add_method, RDoc::Context#add_requ...