るりまサーチ

最速Rubyリファレンスマニュアル検索!
672件ヒット [1-100件を表示] (0.266秒)
トップページ > クエリ:ext[x] > クエリ:rdoc/context[x]

別のキーワード

  1. rdoc/context new
  2. rdoc version
  3. rdoc/markdown parse
  4. rdoc attr_modifiers
  5. rdoc/markdown extension

検索結果

<< 1 2 3 ... > >>

rdoc/context (44000.0)

RDoc::Context と RDoc::Context::Section を定義するサブライ ブラリです。

...RDoc::Context と RDoc::Context::Section を定義するサブライ
ブラリです。...

RDoc::Context (14000.0)

モジュール、クラス、メソッドなどの、rdoc/code_objects が定義す るクラスを管理するクラスです。

モジュール、クラス、メソッドなどの、rdoc/code_objects が定義す
るクラスを管理するクラスです。

RDoc::Context#current_section -> RDoc::Context::Section (11100.0)

現在の section を返します。

現在の section を返します。

RDoc::Context#sections -> RDoc::Context::Section (11100.0)

追加された RDoc::Context::Section の配列を返します。

...追加された RDoc::Context::Section の配列を返します。...

RDoc::Context.new -> RDoc::Context (11100.0)

自身を初期化します。

自身を初期化します。

絞り込み条件を変える

RDoc::Context::Section#parent -> RDoc::Context (11100.0)

自身が所属する RDoc::Context オブジェクトを返します。

...自身が所属する RDoc::Context オブジェクトを返します。...

RDoc::Context::Section.new(parent, title, comment) -> RDoc::Context::Section (11100.0)

自身を初期化します。

...自身を初期化します。

@param parent RDoc::Context オブジェクトを指定します。

@param title section のタイトルを文字列で指定します。

@param comment section のコメントを文字列で指定します。

また、section のシーケンス番号を新しく...

RDoc::Context#<=>(other) -> -1 | 0 | 1 (11000.0)

自身と other の full_name を比較した結果を返します。

自身と other の full_name を比較した結果を返します。

ソートのために使われます。

@param other 自身と比較したいオブジェクトを指定します。

RDoc::Context#add_alias(an_alias) -> RDoc::Alias (11000.0)

引数で指定した RDoc::Alias オブジェクトを追加します。

引数で指定した RDoc::Alias オブジェクトを追加します。

@param an_alias RDoc::Alias オブジェクトを指定します。
<< 1 2 3 ... > >>