60件ヒット
[1-60件を表示]
(0.095秒)
別のキーワード
ライブラリ
-
rdoc
/ context (60)
キーワード
-
add
_ class _ or _ module (12) -
current
_ section (12) -
record
_ location (12) - sections (12)
-
set
_ current _ section (12)
検索結果
先頭5件
- RDoc
:: Context # current _ section -> RDoc :: Context :: Section - RDoc
:: Context # sections -> RDoc :: Context :: Section - RDoc
:: Context # record _ location(toplevel) - RDoc
:: Context # set _ current _ section(title , comment) -> () - RDoc
:: Context # add _ class _ or _ module(collection , class _ type , name , superclass = nil) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule
-
RDoc
:: Context # current _ section -> RDoc :: Context :: Section (6202.0) -
現在の section を返します。
...現在の section を返します。... -
RDoc
:: Context # sections -> RDoc :: Context :: Section (6202.0) -
追加された RDoc::Context::Section の配列を返します。
...追加された RDoc::Context::Section の配列を返します。... -
RDoc
:: Context # record _ location(toplevel) (6102.0) -
Record the file that we happen to find it in
Record the file that we happen to find it in -
RDoc
:: Context # set _ current _ section(title , comment) -> () (6102.0) -
Handle sections
...Handle sections... -
RDoc
:: Context # add _ class _ or _ module(collection , class _ type , name , superclass = nil) -> RDoc :: NormalClass | RDoc :: SingleClass | RDoc :: NormalModule (102.0) -
collection に name で指定したクラス、モジュールを追加します。
...collection に name で指定したクラス、モジュールを追加します。
@param collection クラス、モジュールを追加する先を Hash オブジェ
クトで指定します。
@param class_type 追加するクラス、モジュールを RDoc::NormalClass、...