るりまサーチ (Ruby 3.4)

最速Rubyリファレンスマニュアル検索!
7件ヒット [1-7件を表示] (0.109秒)
トップページ > クエリ:t[x] > ライブラリ:rdoc[x] > クエリ:parent[x] > バージョン:3.4[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

検索結果

RDoc::CodeObject#parent -> RDoc::CodeObject (72907.0)

自身を所有する(変数や定数などの形で保持する)オブジェクトを返します。

自身を所有する(変数や定数などの形で保持する)オブジェクトを返します。

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

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

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

RDoc::CodeObject#parent_file_name -> String (36673.0)

self.parent のファイル名を返します。

...self.parent のファイル名を返します。

@see RDoc::CodeObject#parent...

RDoc::CodeObject#parent_name -> String (36673.0)

self.parent の名前を返します。

...self.parent の名前を返します。

@see RDoc::CodeObject#parent...

RDoc::CodeObject#parent=(val) (36607.0)

自身を所有する(変数や定数などの形で保持する)オブジェクトを設定します。

...自身を所有する(変数や定数などの形で保持する)オブジェクトを設定します。

@param val RDoc::CodeObject のサブクラスのオブジェクトを指定しま
す。...

絞り込み条件を変える

RDoc::Generator::JsonIndex.new(parent_generator, options) -> RDoc::Generator::JsonIndex (9643.0)

RDoc::Generator::JsonIndex オブジェクトを初期化します。

...
RDoc
::Generator::JsonIndex オブジェクトを初期化します。

@param parent_generator 親となるジェネレータオブジェクトを指定します。
RDoc
::Generator::JsonIndex#class_dir や
#file_dir を決めるのに使用します...
...
他のジェネレータとは異なり、RDoc::Store
オブジェクトではない点に注意してください。

@param options RDoc::Options オブジェクトを指定します。
parent_generator に渡されたものと同...

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

自身を初期化します。

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

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

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

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

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