30件ヒット
[1-30件を表示]
(0.072秒)
別のキーワード
ライブラリ
- resolv (12)
- shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6)
クラス
-
Resolv
:: DNS :: Resource :: TXT (12) - Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6)
検索結果
先頭4件
-
Resolv
:: DNS :: Resource :: TXT # strings -> [String] (21118.0) -
TXT レコードの文字列を配列で返します。
...TXT レコードの文字列を配列で返します。... -
Shell
# echo(*strings) -> Shell :: Filter (114.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...Filter オブジェクトを返します.
@param strings シェルコマンド echo に与える引数を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat(... -
Shell
:: CommandProcessor # echo(*strings) -> Shell :: Filter (114.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...Filter オブジェクトを返します.
@param strings シェルコマンド echo に与える引数を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat(... -
Shell
:: Filter # echo(*strings) -> Shell :: Filter (114.0) -
実行すると, それらを内容とする Filter オブジェクトを返します.
...Filter オブジェクトを返します.
@param strings シェルコマンド echo に与える引数を文字列で指定します。
動作例
require 'shell'
Shell.def_system_command("head")
sh = Shell.new
sh.transact {
glob("*.txt").to_a.each { |file|
file.chomp!
cat(...