るりまサーチ

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

別のキーワード

  1. socket bind
  2. etc sc_2_c_bind
  3. udpsocket bind
  4. addrinfo bind
  5. resolv-replace bind

ライブラリ

クラス

検索結果

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

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

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

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

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