最速Rubyリファレンスマニュアル検索!
すべて(6)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
6件ヒット
[1-6件を表示]
(0.275秒)
トップページ
>
:
ref
>
:install_system_commands
別のキーワード
_builtin new
_builtin inspect
_builtin []
_builtin to_s
_builtin each
ライブラリ
shell
/
command-processor
(6)
クラス
Shell
::
CommandProcessor
(6)
検索結果
先頭1件
Shell
::
CommandProcessor
.
install
_
system
_
commands(prefix = "sys
_
") -> ()
Shell
::
CommandProcessor
.
install
_
system
_
commands(prefix = "sys
_
") -> ()
(18201.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
特異メソッド
全てのシステムコマンドをメソッドとして定義します。
...
うプレフィクスが付きます。
また、メソッド名として使用できない文字は全て "_" に置換してメソッドを定義します。
このメソッドの実行中に発生した例外は単に無視されます。
@param p
ref
ix プレフィクスを指定します。
...
Shell::CommandProcessor