672件ヒット
[101-200件を表示]
(0.103秒)
種類
- インスタンスメソッド (588)
- クラス (24)
- 特異メソッド (24)
- 定数 (24)
- ライブラリ (12)
ライブラリ
-
rdoc
/ context (660)
クラス
-
RDoc
:: Context (540) -
RDoc
:: Context :: Section (96)
キーワード
- <=> (12)
- == (12)
- Context (12)
- Section (12)
- TYPES (12)
- VISIBILITIES (12)
-
add
_ alias (12) -
add
_ attribute (12) -
add
_ class (12) -
add
_ class _ or _ module (12) -
add
_ constant (12) -
add
_ include (12) -
add
_ method (12) -
add
_ module (12) -
add
_ require (12) -
add
_ to (12) - aliases (12)
- attributes (12)
- classes (12)
- comment (12)
- constants (12)
-
current
_ section (12) -
defined
_ in? (12) -
each
_ attribute (12) -
each
_ classmodule (12) -
each
_ constant (12) -
each
_ method (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) - inspect (12)
-
method
_ list (12) - modules (12)
- name (12)
- new (24)
-
ongoing
_ visibility= (12) - parent (12)
-
record
_ location (12) - requires (12)
- sections (12)
- sequence (12)
-
set
_ comment (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 # each _ method {|m| . . . } -> [RDoc :: AnyMethod] (14200.0) -
追加されたメソッド(RDoc::AnyMethod かそのサブクラスのオブジェクト) に対してブロックを評価します。
...追加されたメソッド(RDoc::AnyMethod かそのサブクラスのオブジェクト)
に対してブロックを評価します。... -
RDoc
:: Context # method _ list -> [RDoc :: AnyMethod] (14200.0) -
追加された(RDoc::AnyMethod かそのサブクラスのオブジェクト)の配列 を返します。
...追加された(RDoc::AnyMethod かそのサブクラスのオブジェクト)の配列
を返します。... -
RDoc
:: Context # sections -> RDoc :: Context :: Section (14200.0) -
追加された RDoc::Context::Section の配列を返します。
...追加された RDoc::Context::Section の配列を返します。... -
RDoc
:: Context # toplevel -> RDoc :: TopLevel (14200.0) -
自身が所属する RDoc::TopLevel オブジェクトを返します。
...自身が所属する RDoc::TopLevel オブジェクトを返します。... -
RDoc
:: Context :: Section # parent -> RDoc :: Context (14200.0) -
自身が所属する RDoc::Context オブジェクトを返します。
...自身が所属する RDoc::Context オブジェクトを返します。... -
RDoc
:: Context # add _ constant(const) -> () (14100.0) -
引数で指定した RDoc::Constant オブジェクトを追加します。
...引数で指定した RDoc::Constant オブジェクトを追加します。
@param const RDoc::Constant オブジェクトを指定します。... -
RDoc
:: Context # add _ to(array , thing) -> () (14100.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 # current _ section -> RDoc :: Context :: Section (14100.0) -
現在の section を返します。
...現在の section を返します。... -
RDoc
:: Context # initialize _ classes _ and _ modules -> () (14100.0) -
追加されたクラスやモジュールをクリアします。
追加されたクラスやモジュールをクリアします。