るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.086秒)
トップページ > モジュール:Kernel[x] > クエリ:Kernel.#p[x] > クエリ:gets[x] > クエリ:$8[x] > クエリ:lambda[x] > クエリ:cc_command[x] > クエリ:Array[x] > ライブラリ:pathname[x]

別のキーワード

  1. openssl utf8string
  2. kconv toutf8
  3. kconv isutf8
  4. asn1 utf8string
  5. encoding utf8_docomo

検索結果

Kernel#Pathname(path) -> Pathname (27303.0)

文字列 path を元に Pathname オブジェクトを生成します。

...文字列 path を元に Pathname オブジェクトを生成します。

Pathname
.new(path) と同じです。

@param path 文字列、または類似のオブジェクトを与えます。
実際には to_str に反応するオブジェクトなら何でも構いません。...