17件ヒット
[1-17件を表示]
(0.013秒)
別のキーワード
キーワード
-
NEWS for Ruby 3
. 0 . 0 (5) - Rubyの起動 (12)
検索結果
-
NEWS for Ruby 3
. 0 . 0 (24.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...instead of
a warning.
== Command line options
=== `--help` option
When the environment variable `RUBY_PAGER` or `PAGER` is present and has
a non-empty value, and the standard input and output are tty, the `--help`
option shows the help message via the pager designated by the value.
16754
===......IO#nonblock? now defaults to `true`. 16786
* IO#wait_readable, IO#wait_writable, IO#read, IO#write and other related methods (e.g. IO#puts, IO#gets) may invoke the scheduler hook `#io_wait(io, events, timeout)` in a non-blocking execution context. 16786
* Kernel
* Kernel#clone when called... -
Rubyの起動 (18.0)
-
Rubyの起動 * cmd_option * shebang
...ィールドセパレータ($;)に regexp をセットします。
: -h
コマンドラインオプションの概要を表示します。
: --help
コマンドラインオプションの概要を表示します。-h よりも詳しい情報が表示されます。
: -i[extension]
引数......は-pフラグが指定されていると
gets
で読み込まれた各行の最後に対して
String#chop!を行います。
: -n
このフラグがセットされるとプログラム全体が
sed -nやawk
のように
//emlist{
while gets
...
end
//}
で囲まれて......-pフラグが指定されていると
gets
で読み込まれた各行の最後に対して
String#chomp!を行います。
: -n
このフラグがセットされるとプログラム全体が
sed -nやawk
のように
//emlist{
while gets
...
end
//}
で囲まれてい...