るりまサーチ

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

別のキーワード

  1. time rfc2822
  2. time iso8601
  3. time strptime
  4. time parse

クラス

検索結果

UnboundMethod#source_location -> [String, Integer] | nil (33.0)

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

...合は nil を返します。

//emlist[例][ruby]{
require 'time'

Time
.instance_method(:zone).source_location # => nil
Time
.instance_method(:httpdate).source_location # => ["/Users/user/.rbenv/versions/2.4.3/lib/ruby/2.4.0/time.rb", 654]
//}

@see Proc#source_location, Method#source_locati...