るりまサーチ

最速Rubyリファレンスマニュアル検索!
7件ヒット [1-7件を表示] (0.042秒)
トップページ > クエリ:String[x] > クエリ:ref[x] > クエリ:source_location[x]

別のキーワード

  1. pointer ref
  2. fiddle ref
  3. entity ref
  4. objectspace _id2ref
  5. _builtin _id2ref

ライブラリ

クラス

検索結果

Binding#source_location -> [String, Integer] (18214.0)

self の Ruby のソースファイル名と行番号を返します。

...self の Ruby のソースファイル名と行番号を返します。

d:spec/variables#pseudo の __FILE__ と __LINE__ も参照してください。

//emlist[例][ruby]{
p binding.source_location # => ["test.rb", 1]
//}...