24件ヒット
[1-24件を表示]
(0.075秒)
別のキーワード
クラス
- Proc (12)
-
Resolv
:: DNS :: Resource :: IN :: SRV (12)
検索結果
先頭2件
-
Resolv
:: DNS :: Resource :: IN :: SRV # target -> Resolv :: DNS :: Name (21102.0) -
対象のホストのホスト名を返します。
対象のホストのホスト名を返します。 -
Proc
# source _ location -> [String , Integer] | nil (6150.0) -
ソースコードのファイル名と行番号を配列で返します。
...by]{
# /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...