るりまサーチ

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

別のキーワード

  1. openssl integer
  2. asn1 integer
  3. _builtin integer
  4. integer rationalize
  5. integer each_prime

ライブラリ

モジュール

検索結果

ObjectSpace.#allocation_sourceline(object) -> Integer (18310.0)

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

...ます。

//emlist[例][ruby]{
require 'objspace'

ObjectSpace::trace_object_allocations_start
obj = Object.new
puts "line:#{ObjectSpace::allocation_sourceline(obj)}" # => line:4
ObjectSpace::trace_object_allocations_stop
//}

@see ObjectSpace.#trace_object_allocations_start,
ObjectSpace.#tra...