るりまサーチ (Ruby 2.2.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.123秒)
トップページ > モジュール:Kernel[x] > クエリ:Kernel.#p[x] > クエリ:$?[x] > クエリ:help[x] > バージョン:2.2.0[x] > クエリ:try_constant[x] > クエリ:$FS[x] > ライブラリ:pathname[x]

別のキーワード

  1. win32ole ole_method_help
  2. win32ole ole_obj_help
  3. win32ole ole_show_help
  4. irb/help print_usage
  5. un help

検索結果

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

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

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

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

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