るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.043秒)

別のキーワード

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

ライブラリ

クラス

検索結果

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

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

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

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

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