るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.068秒)
トップページ > クエリ:IO.new[x] > クエリ:dump[x] > クエリ:readlines[x] > クエリ:セキュリティモデル[x] > バージョン:3.3[x] > クエリ:banner[x] > ライブラリ:rdoc/generator/json_index[x]

別のキーワード

  1. セキュリティモデル dir
  2. セキュリティモデル file
  3. セキュリティモデル io
  4. セキュリティモデル float
  5. セキュリティモデル proc

検索結果

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

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

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

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

@...