るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.019秒)

別のキーワード

  1. _builtin file?
  2. _builtin file
  3. file atime
  4. file ctime
  5. file mtime

モジュール

検索結果

ObjectSpace.#allocation_sourcefile(object) -> String (6121.0)

objectの元となったソースファイル名を返します。

...いうファイルで下記のスクリプトを実行した場合][ruby]{
require
'objspace'

ObjectSpace::trace_object_allocations_start
obj = Object.new
puts "file:#{ObjectSpace::allocation_sourcefile(obj)}" # => file:test.rb
ObjectSpace::trace_object_allocations_stop
//}

@see ObjectSpace.#tra...