187件ヒット
[1-100件を表示]
(0.029秒)
ライブラリ
- ビルトイン (53)
- bigdecimal (12)
- psych (12)
-
rubygems
/ exceptions (36) -
rubygems
/ security (12) -
rubygems
/ spec _ fetcher (12) - timeout (21)
-
webrick
/ httpauth / authenticator (12)
クラス
-
ARGF
. class (10) - BigDecimal (12)
- Exception (8)
-
Gem
:: SpecFetcher (12) - Hash (8)
- IO (12)
モジュール
- Kernel (7)
- Timeout (21)
-
WEBrick
:: HTTPAuth :: ProxyAuthenticator (12)
オブジェクト
- ENV (8)
キーワード
- AuthException (12)
- DependencyRemovalException (12)
-
EXCEPTION
_ INFINITY (12) - EndOfYAMLException (12)
- Exception (24)
-
NEWS for Ruby 3
. 0 . 0 (5) - Rational (7)
- SystemExitException (12)
-
read
_ nonblock (22) -
rubygems
/ exceptions (12) - slice (8)
- timeout (21)
-
to
_ tty? (8) -
warn
_ legacy (12)
検索結果
先頭5件
-
ENV
. except(*keys) -> Hash (18213.0) -
引数で指定された以外のキーとその値だけを含む Hash を返します。
...引数で指定された以外のキーとその値だけを含む Hash を返します。
//emlist[][ruby]{
ENV #=> {"LANG"=>"en_US.UTF-8", "TERM"=>"xterm-256color", "HOME"=>"/Users/rhc"}
ENV.except("TERM","HOME") #=> {"LANG"=>"en_US.UTF-8"}
//}
@see Hash#except, ENV.slice... -
Hash
# except(*keys) -> Hash (18213.0) -
引数で指定された以外のキーとその値だけを含む Hash を返します。
...引数で指定された以外のキーとその値だけを含む Hash を返します。
引数に指定されていて Hash に存在しないキーは無視されます。
//emlist[][ruby]{
h = { a: 100, b: 200, c: 300 }
h.except(:a) # => {:b=>200, :c=>300}
//}
@see Hash#slice, ENV.except... -
BigDecimal
:: EXCEPTION _ INFINITY -> Integer (12200.0) -
BigDecimal の計算結果が無限大になった場合に例外を発生させるかどう かを設定、確認する際の値を返します。
BigDecimal の計算結果が無限大になった場合に例外を発生させるかどう
かを設定、確認する際の値を返します。
BigDecimal.mode の第 1 引数に指定します。 -
Gem
:: DependencyRemovalException (12000.0) -
Gem を削除出来なかった場合に使用する例外です。
Gem を削除出来なかった場合に使用する例外です。 -
Gem
:: EndOfYAMLException (12000.0) -
YAML データが不正である場合に使用する例外です。
...YAML データが不正である場合に使用する例外です。... -
Gem
:: SystemExitException (12000.0) -
何らかの理由でコマンドを実行出来ない場合に使用する例外です。
何らかの理由でコマンドを実行出来ない場合に使用する例外です。 -
rubygems
/ exceptions (12000.0) -
RubyGems で使用する例外クラスを定義したライブラリです。
...RubyGems で使用する例外クラスを定義したライブラリです。... -
Exception
. to _ tty? -> bool (9100.0) -
$stderr が変更されておらず、$stderr.tty? が真の場合は true を返します。
...$stderr が変更されておらず、$stderr.tty? が真の場合は true を返します。
[注意] 2.5.1 で追加されたメソッドです。
@see Exception#full_message......$stderr が変更されておらず、$stderr.tty? が真の場合は true を返します。
@see Exception#full_message... -
WEBrick
:: HTTPAuth :: ProxyAuthenticator :: AuthException -> Class (9100.0) -
WEBrick::HTTPStatus::ProxyAuthenticationRequired です。
...WEBrick::HTTPStatus::ProxyAuthenticationRequired です。... -
Gem
:: Security :: Exception (9000.0) -
セキュリティ関連のエラーを表します。
セキュリティ関連のエラーを表します。