るりまサーチ (Ruby 3.1)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.069秒)
トップページ > クエリ:Kernel.#p[x] > クエリ:gets[x] > クエリ:$ARGV[x] > クエリ:autoload?[x] > クエリ:$MATCH[x] > クエリ:pp[x] > クエリ:find_executable[x] > クエリ:ancestors[x] > バージョン:3.1[x] > クラス:XMP[x]

別のキーワード

  1. _builtin autoload?
  2. _builtin autoload
  3. kernel $output_field_separator
  4. kernel $output_record_separator
  5. kernel $input_record_separator

ライブラリ

検索結果

XMP.new(bind = nil) -> XMP (9322.0)

自身を初期化します。

...ram bind Binding オブジェクトを指定します。省略した場合は、最
後に実行した XMP#puts、Kernel#xmp
Binding を使用します。まだ何も実行していない場合は
Object::TOPLEVEL_BINDING を使用します。

@see XMP#puts...