るりまサーチ

最速Rubyリファレンスマニュアル検索!
7件ヒット [1-7件を表示] (0.201秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:t[x] > クエリ:r[x] > クエリ:ref[x] > クエリ:source_location[x]

別のキーワード

  1. fiddle ref
  2. objectspace _id2ref
  3. pointer ref
  4. rexml/document ref
  5. entity ref

ライブラリ

クラス

検索結果

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

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

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

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

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