353件ヒット
[301-353件を表示]
(0.043秒)
別のキーワード
ライブラリ
-
irb
/ cmd / subirb (24) -
irb
/ ext / use-loader (24) -
irb
/ extend-command (132) -
net
/ smtp (12) -
rubygems
/ command _ manager (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / unpack _ command (24) -
rubygems
/ ext / builder (12) - shell (12)
-
shell
/ command-processor (30) -
shell
/ error (6) - un (12)
クラス
-
Gem
:: CommandManager (12) -
Gem
:: Commands :: UnpackCommand (12) -
Gem
:: Ext :: Builder (12) -
IRB
:: ExtendCommand :: Foreground (12) - Shell (12)
-
Shell
:: CommandProcessor (30)
モジュール
-
IRB
:: ExtendCommandBundle (144) - Kernel (12)
キーワード
- CommandNotFound (6)
- ExtendCommandBundle (12)
- Foreground (12)
-
NEWS for Ruby 3
. 0 . 0 (5) -
NO
_ OVERRIDE (12) -
OVERRIDE
_ ALL (12) -
OVERRIDE
_ PRIVATE _ ONLY (12) - SMTPUnsupportedCommand (12)
- UninstallCommand (12)
- UnpackCommand (12)
-
def
_ extend _ command (12) - execute (12)
-
extend
_ object (12) -
get
_ path (12) - help (12)
-
install
_ alias _ method (12) -
install
_ extend _ commands (12) -
irb
_ context (12) -
irb
_ exit (12) -
irb
_ load (12) -
irb
_ original _ method _ name (12) -
irb
_ require (12) -
rubygems
/ commands / uninstall _ command (12) -
rubygems
/ commands / unpack _ command (12) - run (24)
-
run
_ config (6) - truncate (6)
-
unalias
_ command (12) -
undef
_ system _ command (12) - unlink (6)
検索結果
先頭5件
-
IRB
:: ExtendCommandBundle # irb _ exit(ret = 0) -> object (6000.0) -
irb を終了します。ret で指定したオブジェクトを返します。
irb を終了します。ret で指定したオブジェクトを返します。
@param ret 戻り値を指定します。
ユーザが直接使用するものではありません。 -
IRB
:: ExtendCommandBundle # irb _ load(*opts , &b) -> nil (6000.0) -
現在の irb に関する IRB::Context に対して irb_load コマンドを実行 します。
...現在の irb に関する IRB::Context に対して irb_load コマンドを実行
します。
@see IRB::ExtendCommand::Load#execute... -
IRB
:: ExtendCommandBundle # irb _ require(*opts , &b) -> bool (6000.0) -
現在の irb に関する IRB::Context に対して irb_require コマンドを 実行します。
...現在の irb に関する IRB::Context に対して irb_require コマンドを
実行します。
@see IRB::ExtendCommand::Require#execute... -
IRB
:: ExtendCommandBundle . irb _ original _ method _ name(method _ name) -> String (6000.0) -
method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ ラリ内部で使用します。
...method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ
ラリ内部で使用します。
@param method_name メソッド名を Symbol か文字列で指定します。
@see IRB::ExtendCommandBundle#install_alias_method... -
NEWS for Ruby 3
. 0 . 0 (12.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...analysis}[rdoc-label:label-Static+analysis] foundation is
introduced.
* {RBS}[rdoc-label:label-RBS] is introduced. It is a type definition
language for Ruby programs.
* {TypeProf}[rdoc-label:label-TypeProf] is experimentally bundled. It is a
type analysis tool for Ru......ule, a RuntimeError is now raised (previously,
it only issued a warning in verbose mode). Additionally, accessing a
class variable from the toplevel scope is now a RuntimeError.
14541
* Assigning to a numbered parameter is now a SyntaxError instead of
a warning.
== Command line o......Array#drop_while
* Array#flatten
* Array#slice!
* Array#slice / Array#[]
* Array#take
* Array#take_while
* Array#uniq
* Array#*
* Can be sliced with Enumerator::ArithmeticSequence
//emlist[][ruby]{
dirty_data = ['--', 'data1', '--', 'data2', '--', 'data...