るりまサーチ

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

別のキーワード

  1. rc4 new
  2. rc2 new
  3. rc5 new
  4. context rc
  5. context rc?

ライブラリ

検索結果

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

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

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

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

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