222件ヒット
[201-222件を表示]
(0.032秒)
クラス
- Array (12)
- Shell (66)
-
Shell
:: CommandProcessor (48) -
Shell
:: Filter (48) -
Shell
:: SystemCommand (24) - String (24)
検索結果
先頭4件
-
Shell
# echo(*strings) -> Shell :: Filter (109.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...らを内容とする Filter オブジェクトを返します.
@param strings シェルコマンド echo に与える引数を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
f... -
Shell
:: Filter # inspect -> String (109.0) -
オブジェクトを人間が読める形式に変換した文字列を返します。
...オブジェクトを人間が読める形式に変換した文字列を返します。
@see Object#inspect... -
Shell
:: CommandProcessor # echo(*strings) -> Shell :: Filter (108.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...らを内容とする Filter オブジェクトを返します.
@param strings シェルコマンド echo に与える引数を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
f... -
Shell
:: Filter # echo(*strings) -> Shell :: Filter (108.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...らを内容とする Filter オブジェクトを返します.
@param strings シェルコマンド echo に与える引数を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
f...