別のキーワード
種類
ライブラリ
- English (12)
- ビルトイン (675)
- bigdecimal (124)
- csv (12)
- drb (24)
- e2mmap (96)
- fileutils (24)
- irb (12)
- json (12)
-
json
/ add / exception (24) - matrix (36)
-
minitest
/ unit (4) -
net
/ ftp (12) -
net
/ http (43) - psych (12)
- rexml (72)
-
rubygems
/ commands / lock _ command (12) -
rubygems
/ exceptions (108) -
rubygems
/ gem _ openssl (12) -
rubygems
/ security (36) -
rubygems
/ spec _ fetcher (12) - stringio (12)
- timeout (37)
-
webrick
/ httpauth / authenticator (24)
クラス
-
ARGF
. class (10) - BigDecimal (110)
-
DRb
:: DRbUnknown (12) -
Encoding
:: Converter (12) - Exception (184)
- Fiber (18)
-
Gem
:: Commands :: LockCommand (12) -
Gem
:: Security :: Policy (12) -
Gem
:: SpecFetcher (12) - IO (24)
-
JSON
:: State (12) -
MiniTest
:: Unit (2) -
MiniTest
:: Unit :: TestCase (1) -
REXML
:: ParseException (48) - SignalException (60)
- StringIO (12)
- Thread (96)
- TracePoint (24)
モジュール
- Exception2MessageMapper (78)
- FileUtils (24)
- Gem (12)
-
Gem
:: Security (12) - IRB (12)
- Kernel (265)
-
MiniTest
:: Assertions (1) -
Net
:: HTTPExceptions (12) - Timeout (21)
-
WEBrick
:: HTTPAuth :: Authenticator (12) -
WEBrick
:: HTTPAuth :: ProxyAuthenticator (12)
キーワード
-
$ ! (12) -
$ -d (12) -
$ DEBUG (12) -
$ ERROR _ INFO (12) -
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - == (12)
- AuthException (24)
- BigDecimal (14)
- CSV (12)
- Complex (14)
- DRbUnknownError (12)
- DependencyRemovalException (12)
- E2MM (6)
-
EXCEPTION
_ ALL (12) -
EXCEPTION
_ INFINITY (12) -
EXCEPTION
_ NaN (12) -
EXCEPTION
_ OVERFLOW (12) -
EXCEPTION
_ UNDERFLOW (12) -
EXCEPTION
_ ZERODIVIDE (12) - EndOfYAMLException (12)
- ErrDimensionMismatch (12)
- ErrNotRegisteredException (6)
- ErrNotRegular (12)
- ErrOperationNotDefined (12)
- Exception (48)
- Exception2MessageMapper (6)
- FTPError (12)
- Fail (12)
- Float (7)
- FormatException (12)
- GemNotFoundException (12)
- GemNotInHomeException (12)
- HTTPClientException (7)
- HTTPExceptions (12)
- HTTPServerException (12)
- Integer (7)
- 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) -
PASSTHROUGH
_ EXCEPTIONS (1) - ParseException (12)
- Raise (12)
- Rational (7)
- RemoteSourceException (12)
- Rubyの起動 (4)
- Ruby用語集 (12)
- SignalException (12)
- SystemExitException (12)
- Thread (12)
- TracePoint (12)
- UndefinedNamespaceException (12)
- abort (24)
-
abort
_ on _ exception (24) -
abort
_ on _ exception= (24) - backtrace (12)
-
backtrace
_ locations (12) - bind (6)
- cause (12)
- complain (12)
- context (12)
- debug (12)
-
def
_ exception (12) - e2mmap (6)
-
ensure
_ ssl _ available (12) -
exception
_ details (1) -
extend
_ object (6) - fail (42)
- generate (12)
-
handle
_ interrupt (12) - inspect (12)
-
irb
_ abort (12) -
json
/ add / exception (12) -
json
_ create (12) -
last
_ error (12) - line (12)
- location (1)
- logger (12)
- mode (24)
-
net
/ http (12) - new (62)
- position (12)
- puke (1)
- raise (54)
-
raised
_ exception (12) -
read
_ nonblock (34) - remove (12)
-
report
_ on _ exception (18) -
report
_ on _ exception= (18) - response (12)
- rm (12)
-
ruby 1
. 6 feature (12) -
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
rubygems
/ exceptions (12) -
save
_ exception _ mode (12) -
set
_ backtrace (12) - signm (12)
- signo (12)
- spawn (28)
- system (28)
- thread (2)
- timeout (37)
-
to
_ json (12) -
to
_ s (24) -
to
_ tty? (8) -
verify
_ gem (12) -
verify
_ trust _ dir (12) -
warn
_ legacy (12) -
write
_ nonblock (12) - yaml (12)
- スレッド (12)
- 制御構造 (12)
検索結果
先頭5件
-
Gem
. ensure _ ssl _ available (6.0) -
OpenSSL が使用可能でない場合は例外を発生させます。
...OpenSSL が使用可能でない場合は例外を発生させます。
@raise Gem::Exception OpenSSL が有効でない場合に発生します。... -
Gem
:: Commands :: LockCommand # complain(message) -> () (6.0) -
指定されたメッセージを表示します。--strict が有効な場合は例外が発生します。
...指定されたメッセージを表示します。--strict が有効な場合は例外が発生します。
@param message 表示するメッセージを指定します。
@raise Gem::Exception コマンドラインオプションに --strict が指定されている場合に発生します。... -
Gem
:: Security . verify _ trust _ dir(path , perms) (6.0) -
信頼するディレクトリが存在することを確認します。
...してパーミッションを変更します。
@param path 確認するパスを指定します。
@param perms ディレクトリを作成する場合のパーミッションを指定します。
@raise Gem::Security::Exception path がディレクトリでない場合に発生します。... -
Gem
:: Security :: Policy # verify _ gem(signature , data , chain , time = Time . now) -> Array (6.0) -
与えられたデータを与えられた署名と証明書チェーンで検証します。
...します。
@param data 検証するデータを指定します。
@param chain 検証で使用する証明書チェーンを指定します。
@param time この時刻に有効であることを検証する。
@raise Gem::Security::Exception 検証に失敗した場合に発生します。... -
Kernel
. # abort -> () (6.0) -
Ruby プログラムをエラーメッセージ付きで終了します。終了ステータスは 1 固定です。
...ラーメッセージを標準エラー出力 $stderr に出力することです。
引数 message を指定すると SystemExit クラスの
Exception#message に message を設定し
て標準エラー出力に出力します。
@param message エラーメッセージ文字列です。
//emli......ラーメッセージを標準エラー出力 $stderr に出力することです。
引数 message を指定すると SystemExit クラスの
Exception#message に message を設定し
て標準エラー出力に出力します。
引数を省略した呼び出し時に $! が nil でなければ... -
Kernel
. # abort(message) -> () (6.0) -
Ruby プログラムをエラーメッセージ付きで終了します。終了ステータスは 1 固定です。
...ラーメッセージを標準エラー出力 $stderr に出力することです。
引数 message を指定すると SystemExit クラスの
Exception#message に message を設定し
て標準エラー出力に出力します。
@param message エラーメッセージ文字列です。
//emli......ラーメッセージを標準エラー出力 $stderr に出力することです。
引数 message を指定すると SystemExit クラスの
Exception#message に message を設定し
て標準エラー出力に出力します。
引数を省略した呼び出し時に $! が nil でなければ... -
Kernel
. # spawn(env , program , *args , options={}) -> Integer (6.0) -
引数を外部コマンドとして実行しますが、生成した 子プロセスの終了を待ち合わせません。生成した子プロセスのプロセスIDを返します。
...、0(stdin), 1(stdout), 2(stderr) 以外の
ファイルデスクリプタをすべて閉じます。
false がデフォルトです。
: :exception
Kernel.#system のみで指定できます。
これを true に設定すると、nil や false を返す代わりに例外が発生します... -
Kernel
. # spawn(program , *args) -> Integer (6.0) -
引数を外部コマンドとして実行しますが、生成した 子プロセスの終了を待ち合わせません。生成した子プロセスのプロセスIDを返します。
...、0(stdin), 1(stdout), 2(stderr) 以外の
ファイルデスクリプタをすべて閉じます。
false がデフォルトです。
: :exception
Kernel.#system のみで指定できます。
これを true に設定すると、nil や false を返す代わりに例外が発生します... -
NEWS for Ruby 3
. 0 . 0 (6.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...y2_keywords` will no longer keep empty keyword splats, those are now removed just as they are for methods not using `ruby2_keywords`.
* When an exception is caught in the default handler, the error message and backtrace are printed in order from the innermost. 8661
* Accessing an uninitialized i... -
Net
:: FTPError (6.0) -
net/ftp ライブラリ関連のエラー全般を表す例外クラスです。
...net/ftp ライブラリ関連のエラー全般を表す例外クラスです。
サーバの応答コードがエラーを示している場合に発生します。
例外発生の原因となったサーバ応答は Exception#message
から得られます。... -
Rubyの起動 (6.0)
-
Rubyの起動 * cmd_option * shebang
...ise
def f5 = f6
def f4 = f5
def f3 = f4
def f2 = f3
def f1 = f2
f1
//}
//emlist{
% ruby --backtrace-limit=3 test.rb
test.rb:1:in `f6': unhandled exception
from test.rb:2:in `f5'
from test.rb:3:in `f4'
from test.rb:4:in `f3'
... 3 levels...
//}
: -C directory
スクリプト実行前に...