るりまサーチ (Ruby 2.3.0)

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

別のキーワード

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

ライブラリ

検索結果

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