るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.078秒)
トップページ > クエリ:ruby[x] > クエリ:string[x] > 種類:モジュール関数[x] > モジュール:ObjectSpace[x] > クエリ:allocation_sourcefile[x]

別のキーワード

  1. string []=
  2. string slice!
  3. string slice
  4. string []
  5. string gsub

ライブラリ

検索結果

ObjectSpace.#allocation_sourcefile(object) -> String (18216.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.#trace_object_allocations_start,
ObjectSpace
.#trace_obje...