るりまサーチ

最速Rubyリファレンスマニュアル検索!
1070件ヒット [301-400件を表示] (0.167秒)
トップページ > クエリ:t[x] > クエリ:@[x] > 種類:インスタンスメソッド[x] > クラス:Pathname[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

ライブラリ

キーワード

検索結果

<< < ... 2 3 4 5 6 ... > >>

Pathname#executable_real? -> bool (6108.0)

FileTest.executable_real?(self.to_s) と同じです。

...FileTest.executable_real?(self.to_s) と同じです。


@
see FileTest.#executable_real?...

Pathname#exist? -> bool (6108.0)

FileTest.exist?(self.to_s) と同じです。

...FileTest.exist?(self.to_s) と同じです。


@
see FileTest.#exist?...

Pathname#extname -> String (6108.0)

File.extname(self.to_s) と同じです。

...File.extname(self.to_s) と同じです。


@
see File.extname...

Pathname#ftype -> String (6108.0)

File.ftype(self.to_s) と同じです。

...File.ftype(self.to_s) と同じです。


@
see File.ftype...

Pathname#rmtree -> nil (6108.0)

FileUtils.rm_r(self.to_s) と同じです。

...FileUtils.rm_r(self.to_s) と同じです。


@
see FileUtils.#rm_r...

絞り込み条件を変える

Pathname#setgid? -> bool (6108.0)

FileTest.setgid?(self.to_s) と同じです。

...FileTest.setgid?(self.to_s) と同じです。


@
see FileTest.#setgid?...

Pathname#setuid? -> bool (6108.0)

FileTest.setuid?(self.to_s) と同じです。

...FileTest.setuid?(self.to_s) と同じです。


@
see FileTest.#setuid?...

Pathname#socket? -> bool (6108.0)

FileTest.socket?(self.to_s) と同じです。

...FileTest.socket?(self.to_s) と同じです。


@
see FileTest.#socket?...

Pathname#split -> Array (6108.0)

File.split(self.to_s) と同じです。

...File.split(self.to_s) と同じです。

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

pathname
= Pathname("/path/to/sample")
pathname
.split # => [#<Pathname:/path/to>, #<Pathname:sample>]
//}

@
see File.split...
<< < ... 2 3 4 5 6 ... > >>