351件ヒット
[1-100件を表示]
(0.059秒)
別のキーワード
ライブラリ
- e2mmap (96)
-
rubygems
/ commands / lock _ command (12) -
rubygems
/ exceptions (108) -
rubygems
/ gem _ openssl (12) -
rubygems
/ security (36) -
rubygems
/ spec _ fetcher (12)
クラス
-
Gem
:: Commands :: LockCommand (12) -
Gem
:: Security :: Policy (12) -
Gem
:: SpecFetcher (12)
モジュール
- Exception2MessageMapper (78)
- Gem (12)
-
Gem
:: Security (12)
キーワード
- DependencyRemovalException (12)
- E2MM (6)
- EndOfYAMLException (12)
- ErrNotRegisteredException (6)
- Exception2MessageMapper (6)
- Fail (12)
- FormatException (12)
- GemNotFoundException (12)
- GemNotInHomeException (12)
- InvalidSpecificationException (12)
-
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 2
. 6 . 0 (7) -
NEWS for Ruby 3
. 0 . 0 (5) - Raise (12)
- RemoteSourceException (12)
- Ruby用語集 (12)
- SystemExitException (12)
- bind (6)
- complain (12)
-
def
_ exception (12) -
ensure
_ ssl _ available (12) -
extend
_ object (6) - fail (6)
-
rubygems
/ exceptions (12) -
verify
_ gem (12) -
verify
_ trust _ dir (12) -
warn
_ legacy (12)
検索結果
先頭5件
-
Gem
:: Exception (21000.0) -
RubyGems で扱う全ての例外のスーパークラスです。
...RubyGems で扱う全ての例外のスーパークラスです。... -
Gem
:: Security :: Exception (21000.0) -
セキュリティ関連のエラーを表します。
セキュリティ関連のエラーを表します。 -
Gem
:: GemNotFoundException (15016.0) -
Gem が見つからなかった場合の例外です。
...Gem が見つからなかった場合の例外です。... -
Gem
:: GemNotInHomeException (15016.0) -
Gem が適切なディレクトリにインストールされていない場合に使用する例外です。
...Gem が適切なディレクトリにインストールされていない場合に使用する例外です。... -
Exception2MessageMapper
# def _ exception(exception _ name , message _ format , superclass = StandardError) -> Class (12224.0) -
exception_name という名前の例外クラスを定義します。
...
exception_name という名前の例外クラスを定義します。
@param exception_name 定義する例外クラスの名前をシンボルで指定します。
@param message_format メッセージのフォーマット。
@param superclass 定義する例外のスーパークラスを指定... -
Exception2MessageMapper
. def _ exception(klass , exception _ name , message _ format , superklass = StandardError) -> Class (12224.0) -
exception_name という名前の例外クラスを定義します。
...
exception_name という名前の例外クラスを定義します。
@param klass 一階層上となるクラス名を指定します。
@param exception_name 例外クラスの名前をシンボルで指定します。
@param message_format メッセージのフォーマットを指定しま... -
Exception2MessageMapper
:: ErrNotRegisteredException (12016.0) -
登録されていない例外が Exception2MessageMapper#Raise で使用された場合に発生します。
...登録されていない例外が Exception2MessageMapper#Raise で使用された場合に発生します。... -
Exception2MessageMapper (12000.0)
-
例外クラスに特定のエラーメッセージ用フォーマットを関連づけるためのモジュールです。
例外クラスに特定のエラーメッセージ用フォーマットを関連づけるためのモジュールです。 -
rubygems
/ exceptions (12000.0) -
RubyGems で使用する例外クラスを定義したライブラリです。
...RubyGems で使用する例外クラスを定義したライブラリです。... -
Gem
:: Security :: Policy # verify _ gem(signature , data , chain , time = Time . now) -> Array (9113.0) -
与えられたデータを与えられた署名と証明書チェーンで検証します。
...します。
@param data 検証するデータを指定します。
@param chain 検証で使用する証明書チェーンを指定します。
@param time この時刻に有効であることを検証する。
@raise Gem::Security::Exception 検証に失敗した場合に発生します。... -
Gem
:: DependencyRemovalException (9016.0) -
Gem を削除出来なかった場合に使用する例外です。
...Gem を削除出来なかった場合に使用する例外です。...