るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. t61string new
  4. matrix t
  5. fiddle type_size_t

ライブラリ

クラス

検索結果

Resolv::DNS::Resource::IN::SRV#target -> Resolv::DNS::Name (27202.0)

対象のホストのホスト名を返します。

対象のホストのホスト名を返します。

Proc#source_location -> [String, Integer] | nil (12250.0)

ソースコードのファイル名と行番号を配列で返します。

...st[例][ruby]{
# /path/to/target.rb を実行
proc {}.source_location # => ["/path/to/target.rb", 1]
proc {}.source_location # => ["/path/to/target.rb", 2]
(eval "proc {}").source_location # => ["(eval)", 1]
method(:p).to_proc.source_location # => nil
//}

@see Method#source_...
...location...