ライブラリ
- English (24)
- ビルトイン (140)
- fileutils (67)
- openssl (12)
- pathname (36)
- rbconfig (12)
- rubygems (12)
-
rubygems
/ command (12) -
rubygems
/ exceptions (12) -
rubygems
/ installer (48) -
rubygems
/ require _ paths _ builder (12) -
rubygems
/ specification (24) -
rubygems
/ uninstaller (12) - shell (12)
-
webrick
/ config (12) -
webrick
/ httpserver (24)
クラス
- Dir (72)
- File (40)
-
Gem
:: Command (12) -
Gem
:: Installer (48) -
Gem
:: Specification (24) -
Gem
:: Uninstaller (12) - Pathname (36)
- Shell (12)
-
WEBrick
:: HTTPServer (12)
モジュール
- FileUtils (67)
- Gem (12)
-
Gem
:: RequirePathsBuilder (12) - Kernel (48)
- RbConfig (12)
-
WEBrick
:: Config (12)
オブジェクト
- ENV (4)
キーワード
-
$ ARGV (12) -
$ DEFAULT _ INPUT (12) - Config (12)
- FileHandler (12)
- GemNotInHomeException (12)
- HTTPServer (12)
-
NEWS for Ruby 2
. 1 . 0 (12) -
absolute
_ path (12) -
add
_ extra _ args (12) - chdir (48)
-
cp
_ lr (7) -
cp
_ r (12) -
default
_ system _ path (6) -
default
_ system _ path= (6) - dirname (4)
- except (4)
-
gem
_ home (24) - getwd (12)
-
home
_ install _ warning (12) -
home
_ install _ warning= (12) - homepage (12)
- homepage= (12)
- install (12)
- irb (12)
-
ln
_ s (12) - load (12)
- mount (12)
- move (12)
- mv (12)
- pwd (12)
- realpath (12)
- require (12)
- rexml (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 3 feature (12) - rubygems (12)
-
rubygems
/ security (12) -
set
_ home (12) -
sub
_ ext (12) - symlink (12)
-
write
_ require _ paths _ file _ if _ needed (12) - 環境変数 (12)
検索結果
先頭5件
-
Dir
. home -> String | nil (18132.0) -
現在のユーザまたは指定されたユーザのホームディレクトリを返します。
...れたユーザのホームディレクトリを返します。
Dir.home や Dir.home("root") は
File.expand_path("~") や File.expand_path("~root") と
ほぼ同じです。
//emlist[例][ruby]{
Dir.home # => "/home/vagrant"
Dir.home("root") # => "/root"
//}
@see File.expand_path......されたユーザのホームディレクトリを返します。
Dir.home や Dir.home("root") は
File.expand_path("~") や File.expand_path("~root") と
ほぼ同じです。
//emlist[例][ruby]{
Dir.home # => "/home/vagrant"
Dir.home("root") # => "/root"
//}
@see File.expand_path... -
Dir
. home(user) -> String | nil (18132.0) -
現在のユーザまたは指定されたユーザのホームディレクトリを返します。
...れたユーザのホームディレクトリを返します。
Dir.home や Dir.home("root") は
File.expand_path("~") や File.expand_path("~root") と
ほぼ同じです。
//emlist[例][ruby]{
Dir.home # => "/home/vagrant"
Dir.home("root") # => "/root"
//}
@see File.expand_path......されたユーザのホームディレクトリを返します。
Dir.home や Dir.home("root") は
File.expand_path("~") や File.expand_path("~root") と
ほぼ同じです。
//emlist[例][ruby]{
Dir.home # => "/home/vagrant"
Dir.home("root") # => "/root"
//}
@see File.expand_path... -
Gem
. # set _ home (6101.0) -
Gem のホームディレクトリをセットします。
Gem のホームディレクトリをセットします。 -
Gem
:: Installer # gem _ home -> String (6101.0) -
Gem のインストール先を返します。
Gem のインストール先を返します。 -
Gem
:: Installer . home _ install _ warning -> bool (6101.0) -
この値が真の場合、ホームディレクトリに Gem をインストールしようとすると警告を表示します。
この値が真の場合、ホームディレクトリに Gem をインストールしようとすると警告を表示します。 -
Gem
:: Installer . home _ install _ warning=(flag) (6101.0) -
ホームディレクトリに Gem をインストールしようとすると警告を表示するかどうかセットします。
ホームディレクトリに Gem をインストールしようとすると警告を表示するかどうかセットします。
@param flag 真を指定するとホームディレクトリに Gem をインストールしよう
とすると警告を表示するようになります。 -
Gem
:: Uninstaller # gem _ home -> String (6101.0) -
Gem がインストールされているディレクトリを返します。
Gem がインストールされているディレクトリを返します。 -
Gem
:: Specification # homepage -> String (6100.0) -
この Gem パッケージを作成しているプロジェクトか作成者のウェブサイトの URI を返します。
この Gem パッケージを作成しているプロジェクトか作成者のウェブサイトの URI を返します。 -
Gem
:: Specification # homepage=(uri) (6100.0) -
この Gem パッケージを作成しているプロジェクトか作成者のウェブサイトの URI をセットします。
この Gem パッケージを作成しているプロジェクトか作成者のウェブサイトの URI をセットします。
@param uri この Gem パッケージを作成しているプロジェクトか作成者のウェブサイトの URI を指定します。