228件ヒット
[1-100件を表示]
(0.019秒)
種類
- インスタンスメソッド (132)
- 文書 (24)
- モジュール関数 (24)
- ライブラリ (24)
- 特異メソッド (24)
ライブラリ
- ビルトイン (12)
- find (24)
-
rubygems
/ gem _ path _ searcher (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (60) -
rubygems
/ spec _ fetcher (24) -
rubygems
/ specification (36)
クラス
- Dir (12)
-
Gem
:: GemPathSearcher (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (60) -
Gem
:: SpecFetcher (24) -
Gem
:: Specification (36)
モジュール
- Find (24)
キーワード
-
add
_ bindir (12) - bindir (12)
- bindir= (12)
-
cache
_ dir (12) - download (12)
- find (24)
-
from
_ gems _ in (12) - inspect (12)
-
installed
_ spec _ directories (12) -
lib
_ dirs _ for (12) -
load
_ gems _ in (12) -
rake
/ gempackagetask (12) -
ruby 1
. 8 . 4 feature (12) -
rubygems
/ commands / contents _ command (12) -
spec
_ dirs (12) -
spec
_ dirs= (12) - セキュリティモデル (12)
検索結果
先頭5件
-
セキュリティモデル (23030.0)
-
セキュリティモデル RubyにはCGI等のプログラミングを安全に行うことを助ける為に、セキュリティ 機構が備わっています。
...るオブジェクト
* レベル0と同様
===== 禁止される操作
* 汚染された文字列を引数とした以下の操作
* Dir, IO, File, FileTest のメソッド呼び出し
//emlist{
$ ruby -e '$SAFE = 1; open(ARGV[0])' hoge
-e:1:in `initialize': Insec......* レベル1と同様
===== 禁止される操作
レベル1の制限に加え、以下の操作が禁止されます。
* Dir.chdir Dir.chroot Dir.mkdir Dir.rmdir
* File.chown File.chmod File.umask File.truncate
File#lstat File#chmod File#chown File.delete File.unlink
File#trun... -
Gem
:: SpecFetcher # dir -> String (21101.0) -
このクラスが使用するキャッシュ用ディレクトリの名前を返します。
このクラスが使用するキャッシュ用ディレクトリの名前を返します。 -
Dir
# inspect -> String (15112.0) -
self の情報を人間に読みやすい文字列にして返します。
...self の情報を人間に読みやすい文字列にして返します。
//emlist[例][ruby]{
Dir.open("/") { |d| d.inspect } # => "#<Dir:/>"
//}... -
Gem
:: SourceIndex # spec _ dirs=(dirs) (12301.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを設定します。 -
Gem
:: SourceIndex # spec _ dirs -> [String] (12201.0) -
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。
Gem::SourceIndex#refresh! で自身を更新する時に使用するディレクトリを取得します。 -
Gem
:: SourceIndex . installed _ spec _ directories -> [String] (12201.0) -
gemspec ファイルがインストールされているディレクトリのリストを返します。
...gemspec ファイルがインストールされているディレクトリのリストを返します。
@see Gem.#path... -
Gem
:: Specification # bindir=(dir) (9207.0) -
実行ファイルを格納するディレクトリをセットします。
...実行ファイルを格納するディレクトリをセットします。
@param dir 実行ファイルを格納するディレクトリを指定します。デフォルトは "bin" です。... -
Gem
:: SpecFetcher # cache _ dir(uri) -> String (9101.0) -
uri の内容を書き込むローカルのディレクトリ名を返します。
uri の内容を書き込むローカルのディレクトリ名を返します。
@param uri -
Gem
:: Specification # add _ bindir(executables) -> Array | nil (9100.0) -
実行コマンドの格納場所を返します。
実行コマンドの格納場所を返します。
@param executables 実行コマンド名を格納した配列を指定します。