84件ヒット
[1-84件を表示]
(0.039秒)
クラス
- Shell (6)
-
Shell
:: CommandProcessor (48) -
Shell
:: Filter (6) -
Shell
:: SystemCommand (24)
検索結果
先頭5件
-
Shell
:: SystemCommand # command -> String (21221.0) -
@todo
...@todo
コマンド名を返します。... -
Shell
:: SystemCommand # name -> String (6121.0) -
@todo
...@todo
コマンド名を返します。... -
Shell
:: SystemCommand # notify(*opts) -> String (3132.0) -
@todo
...@todo
@param opts
@see Shell#notify... -
Shell
:: SystemCommand # notify(*opts) {|message| . . . } -> String (3132.0) -
@todo
...@todo
@param opts
@see Shell#notify... -
Shell
:: CommandProcessor # basename(filename , suffix = "") -> String (3121.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き... -
Shell
:: CommandProcessor # dirname(filename) -> String (3115.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.dirname... -
Shell
:: CommandProcessor # expand _ path(path) -> String (3115.0) -
Fileクラスにある同名のクラスメソッドと同じです.
...Fileクラスにある同名のクラスメソッドと同じです.
@param path ファイル名を表す文字列を指定します。
@see File.expand_path... -
Shell
:: CommandProcessor # ftype(filename) -> String (3115.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.ftype... -
Shell
:: CommandProcessor # join(*item) -> String (3115.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param item 連結したいディレクトリ名やファイル名を文字列で与えます。
@see File.join... -
Shell
:: CommandProcessor # readlink(path) -> String (3115.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param path シンボリックリンクを表す文字列を指定します。
@see File.readlink... -
Shell
:: CommandProcessor # split(pathname) -> [String] (3115.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param pathname パス名を表す文字列を指定します。
@see File.split... -
Shell
:: CommandProcessor # echo(*strings) -> Shell :: Filter (3114.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
# echo(*strings) -> Shell :: Filter (115.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 (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|
f...