るりまサーチ

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

別のキーワード

  1. io popen
  2. io pipe
  3. io each
  4. io readlines
  5. io each_line

キーワード

検索結果

<< 1 2 > >>

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

現在の section を返します。

...現在の section を返します。...

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

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

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

RDoc::Context#set_current_section(title, comment) -> () (9202.0)

Handle sections

...Handle sections...

RDoc::Context#add_class_or_module(collection, class_type, name, superclass = nil) -> RDoc::NormalClass | RDoc::SingleClass | RDoc::NormalModule (6302.0)

collection に name で指定したクラス、モジュールを追加します。

...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::Section.new(parent, title, comment) -> RDoc::Context::Section (6302.0)

自身を初期化します。

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

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

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

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

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

絞り込み条件を変える

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

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

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

RDoc::Context::Section#==(other) -> bool (6102.0)

自身と other のシーケンス番号を比較した結果を返します。

...自身と other のシーケンス番号を比較した結果を返します。

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

RDoc::Context::Section#comment -> String | nil (6102.0)

section のコメントを返します。

...section のコメントを返します。...

RDoc::Context::Section#inspect -> String (6102.0)

自身の情報を人間に読みやすい文字列にして返します。

自身の情報を人間に読みやすい文字列にして返します。

RDoc::Context::Section#sequence -> String (6102.0)

section のシーケンス番号を文字列で返します。

...section のシーケンス番号を文字列で返します。

リンクを作成する時に使われます。...

絞り込み条件を変える

<< 1 2 > >>