るりまサーチ

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

別のキーワード

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

ライブラリ

クラス

検索結果

Pathname#dirname -> Pathname (21336.0)

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

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

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

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

@see File.dirname...