るりまサーチ

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

別のキーワード

  1. parent []=
  2. parent each
  3. pathname parent
  4. parent delete_if
  5. parent each_index

検索結果

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

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

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

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

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

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

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

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

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

@see RDoc::CodeObject#parent...

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

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

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

@see RDoc::CodeObject#parent...

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

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

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

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

絞り込み条件を変える

RDoc::Generator::JsonIndex.new(parent_generator, options) -> RDoc::Generator::JsonIndex (114.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 (108.0)

自身を初期化します。

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

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

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

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

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