るりまサーチ

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

別のキーワード

  1. pathname dirname
  2. file dirname
  3. _builtin dirname
  4. shell dirname
  5. filter dirname

ライブラリ

検索結果

Pathname#dirname -> Pathname (18131.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...