351件ヒット
[201-300件を表示]
(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件
- Exception2MessageMapper
# Raise(exception _ class = nil , *rest) -> () - Exception2MessageMapper
. Fail(klass = E2MM , exception _ class = nil , *rest) -> () - Exception2MessageMapper
. Raise(klass = E2MM , exception _ class = nil , *rest) -> () - Exception2MessageMapper
# fail(exception _ class = nil , *rest) -> () - Exception2MessageMapper
:: E2MM
-
Exception2MessageMapper
# Raise(exception _ class = nil , *rest) -> () (6126.0) -
登録されている情報を使用して、例外を発生させます。
...m exception_class 例外クラス。
@param rest メッセージに埋め込む値。
@raise Exception2MessageMapper::ErrNotRegisteredException 指定された例外クラスに対応するメッセージが存在しない場合に発生します。
例:
class Foo
extend Exception2MessageM......apper
p def_exception :NewExceptionClass, "message...%d, %d and %d" # =>
def foo
Raise NewExceptionClass, 1, 2, 3
end
end
Foo.new().foo() #=> in `Raise': message...1, 2 and 3 (Foo::NewExceptionClass)
# という例外が発生します。
Foo.Ra......ise Foo::NewExceptionClass, 1, 3, 5 #=> in `Raise': message...1, 3 and 5 (Foo::NewExceptionClass)
# という例外が発生します。... -
Exception2MessageMapper
. Fail(klass = E2MM , exception _ class = nil , *rest) -> () (6114.0) -
登録されている情報を使用して、例外を発生させます。
...@param klass 一階層上となるクラス名を指定します。
@param exception_class 例外クラス。
@param rest メッセージに埋め込む値。
@raise Exception2MessageMapper::ErrNotRegisteredException 指定された例外クラスに対応するメッセージが存在しない... -
Exception2MessageMapper
. Raise(klass = E2MM , exception _ class = nil , *rest) -> () (6114.0) -
登録されている情報を使用して、例外を発生させます。
...@param klass 一階層上となるクラス名を指定します。
@param exception_class 例外クラス。
@param rest メッセージに埋め込む値。
@raise Exception2MessageMapper::ErrNotRegisteredException 指定された例外クラスに対応するメッセージが存在しない... -
Exception2MessageMapper
# fail(exception _ class = nil , *rest) -> () (6113.0) -
登録されている情報を使用して、例外を発生させます。
...されている情報を使用して、例外を発生させます。
@param exception_class 例外クラス。
@param rest メッセージに埋め込む値。
@raise Exception2MessageMapper::ErrNotRegisteredException 指定された例外クラスに対応するメッセージが存在しない... -
Exception2MessageMapper
:: E2MM (6016.0) -
Alias of Exception2MessageMapper
...Alias of Exception2MessageMapper... -
Exception2MessageMapper
# bind(cl) -> () (6000.0) -
@todo
@todo
@param cl xxx -
Exception2MessageMapper
. e2mm _ message(klass , exp) -> String | nil (6000.0) -
@todo
@todo
@param klass
@param exp -
Exception2MessageMapper
. extend _ object(cl) -> () (6000.0) -
@todo
@todo
@param cl -
Exception2MessageMapper
. message(klass , exp) -> String | nil (6000.0) -
@todo
@todo
@param klass
@param exp -
Gem
:: SpecFetcher # warn _ legacy(exception) { . . . } -> bool (3129.0) -
Gem::SpecFetcher#fetch で例外が発生した場合に呼び出されます。
...
Gem::SpecFetcher#fetch で例外が発生した場合に呼び出されます。
RubyGems 1.2 未満で作成したリポジトリにアクセスした事が原因で例外が発生した場合には
警告が表示されます。またこの場合、ブロックを与えていればブロック......は評価されます。
それ以外の原因で例外が発生した場合は偽を返します。
@param exception 例外オブジェクトを指定します。
@see Gem::SpecFetcher#fetch... -
Gem
:: Commands :: LockCommand # complain(message) -> () (3012.0) -
指定されたメッセージを表示します。--strict が有効な場合は例外が発生します。
...指定されたメッセージを表示します。--strict が有効な場合は例外が発生します。
@param message 表示するメッセージを指定します。
@raise Gem::Exception コマンドラインオプションに --strict が指定されている場合に発生します。... -
Gem
:: Security . verify _ trust _ dir(path , perms) (3012.0) -
信頼するディレクトリが存在することを確認します。
...してパーミッションを変更します。
@param path 確認するパスを指定します。
@param perms ディレクトリを作成する場合のパーミッションを指定します。
@raise Gem::Security::Exception path がディレクトリでない場合に発生します。... -
Ruby用語集 (132.0)
-
Ruby用語集 A B C D E F G I J M N O R S Y
...y/
: bundled gem
標準添付ライブラリーの gem のうち、アンインストールできるもの。
→ default gem、標準添付ライブラリー
: Bundler
特定の Ruby アプリケーションで使用する gem とそのバージョンを Gemfile
および Gemfile.lock......という
ファイルで管理するツール。gem を新規作成するときの雛形を生成する機能もある。
コマンド名は bundle。
Bundler 自体も gem として配布されているが、Ruby 2.6 で標準添付
ライブラリーに追加された。
===[a:C] C
: C......る。
また、例外オブジェクトは例外が発生した時点までのスタックトレースを保持しており、
Exception#backtrace や Exception#backtrace_locations で
取り出すことができる。
: スーパークラス
: superclass
クラス B がクラス A のサ...