60件ヒット
[1-60件を表示]
(0.143秒)
ライブラリ
-
rdoc
/ context (60)
キーワード
-
add
_ attribute (12) -
add
_ to (12) - attributes (12)
-
each
_ attribute (12) -
find
_ local _ symbol (12)
検索結果
先頭5件
-
RDoc
:: Context # add _ attribute(an _ attribute) -> () (15410.0) -
引数で指定した RDoc::Attr オブジェクトを追加します。
...引数で指定した RDoc::Attr オブジェクトを追加します。
@param an_attribute RDoc::Attr オブジェクトを指定します。... -
RDoc
:: Context # each _ attribute {|a| . . . } -> [RDoc :: Attr] (15303.0) -
追加された RDoc::Attr に対してブロックを評価します。
...追加された RDoc::Attr に対してブロックを評価します。... -
RDoc
:: Context # attributes -> [RDoc :: Attr] (15302.0) -
追加された RDoc::Attr の配列を返します。
...追加された RDoc::Attr の配列を返します。... -
RDoc
:: Context # add _ to(array , thing) -> () (6108.0) -
array に thing を追加します。
...rray に 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_require... -
RDoc
:: Context # find _ local _ symbol(symbol) (3018.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...