るりまサーチ (Ruby 3.0)

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

別のキーワード

  1. _builtin >
  2. bigdecimal >
  3. float >
  4. integer >
  5. comparable >

ライブラリ

クラス

検索結果

Pathname#dirname -> Pathname (64009.0)

Pathname.new(File.dirname(self.to_s)) と同じです。

Pathname.new(File.dirname(self.to_s)) と同じです。

//emlist[例][ruby]{
require "pathname"

Pathname('/usr/bin/shutdown').dirname # => #<Pathname:/usr/bin>
//}

@see File.dirname