540件ヒット
[1-100件を表示]
(0.124秒)
種類
- インスタンスメソッド (504)
- 定数 (24)
- 特異メソッド (12)
ライブラリ
-
rdoc
/ context (540)
キーワード
- <=> (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)
- 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) -
method
_ list (12) - modules (12)
- name (12)
- new (12)
-
ongoing
_ visibility= (12) -
record
_ location (12) - requires (12)
- sections (12)
-
set
_ current _ section (12) -
set
_ visibility _ for (12) - toplevel (12)
-
unmatched
_ alias _ lists (12) -
unmatched
_ alias _ lists= (12) - visibility (12)
検索結果
先頭5件
- RDoc
:: Context # add _ require(a _ require) -> () - RDoc
:: Context # requires -> [RDoc :: Require] - RDoc
:: Context # record _ location(toplevel) - RDoc
:: Context # add _ attribute(an _ attribute) -> () - RDoc
:: Context # add _ class _ or _ module(collection , class _ type , name , superclass = nil) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule
-
RDoc
:: Context # add _ require(a _ require) -> () (9401.0) -
自身が所属する RDoc::TopLevel オブジェクトに引数で指定した RDoc::Require を追加します。
...自身が所属する RDoc::TopLevel オブジェクトに引数で指定した
RDoc::Require を追加します。
@param a_require RDoc::Require オブジェクトを指定します。... -
RDoc
:: Context # requires -> [RDoc :: Require] (9401.0) -
追加された RDoc::Require の配列を返します。
...追加された RDoc::Require の配列を返します。... -
RDoc
:: Context # record _ location(toplevel) (9101.0) -
Record the file that we happen to find it in
...
Record the file that we happen to find it in... -
RDoc
:: Context # add _ attribute(an _ attribute) -> () (6201.0) -
引数で指定した RDoc::Attr オブジェクトを追加します。
...引数で指定した RDoc::Attr オブジェクトを追加します。
@param an_attribute RDoc::Attr オブジェクトを指定します。... -
RDoc
:: Context # add _ class _ or _ module(collection , class _ type , name , superclass = nil) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule (6101.0) -
collection に name で指定したクラス、モジュールを追加します。
...加します。
@param collection クラス、モジュールを追加する先を Hash オブジェ
クトで指定します。
@param class_type 追加するクラス、モジュールを RDoc::NormalClass、
RDoc::SingleClass、RDoc::NormalModule オ......ブジェクトのいずれかで指定します。
@param name クラス名を文字列で指定します。
@param superclass 追加するクラスの親クラスを RDoc::NormalClass オ
ブジェクトで指定します。
既に登録済みであった場合は、......引数で指定した情報で内容を更新します。ただ
し、RDoc::CodeObject#done_documenting が true を返す場合、何も行
われません。... -
RDoc
:: Context # attributes -> [RDoc :: Attr] (6101.0) -
追加された RDoc::Attr の配列を返します。
...追加された RDoc::Attr の配列を返します。... -
RDoc
:: Context # current _ section -> RDoc :: Context :: Section (6101.0) -
現在の section を返します。
現在の section を返します。 -
RDoc
:: Context # each _ attribute {|a| . . . } -> [RDoc :: Attr] (6101.0) -
追加された RDoc::Attr に対してブロックを評価します。
...追加された RDoc::Attr に対してブロックを評価します。... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (6101.0) -
Handle sections
Handle sections