60件ヒット
[1-60件を表示]
(0.012秒)
別のキーワード
ライブラリ
-
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) -> () (6209.0) -
引数で指定した RDoc::Attr オブジェクトを追加します。
...引数で指定した RDoc::Attr オブジェクトを追加します。
@param an_attribute RDoc::Attr オブジェクトを指定します。... -
RDoc
:: Context # each _ attribute {|a| . . . } -> [RDoc :: Attr] (6102.0) -
追加された RDoc::Attr に対してブロックを評価します。
追加された RDoc::Attr に対してブロックを評価します。 -
RDoc
:: Context # attributes -> [RDoc :: Attr] (6101.0) -
追加された RDoc::Attr の配列を返します。
追加された RDoc::Attr の配列を返します。 -
RDoc
:: Context # find _ local _ symbol(symbol) (17.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) -> () (7.0) -
array に 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...