318件ヒット
[1-100件を表示]
(0.137秒)
種類
- インスタンスメソッド (312)
- 特異メソッド (6)
クラス
-
Shell
:: Filter (318)
キーワード
- < (6)
- > (6)
- >> (6)
- [] (6)
- append (6)
- atime (6)
- basename (6)
-
check
_ point (6) - chmod (6)
- chown (6)
- concat (6)
- ctime (6)
- delete (6)
- dirname (6)
- each (6)
- echo (6)
-
find
_ system _ command (6) -
finish
_ all _ jobs (6) - foreach (6)
- ftype (6)
- glob (6)
- grpowned? (6)
- identical? (6)
- input (6)
- input= (6)
- inspect (6)
- join (6)
- link (6)
- lstat (6)
- mtime (6)
- new (6)
- notify (6)
- open (6)
- out (6)
- owned? (6)
- readlink (6)
- rename (6)
- rm (6)
- size (6)
- size? (6)
- split (6)
- stat (6)
- symlink (6)
- symlink? (6)
- system (6)
- test (6)
-
to
_ a (6) -
to
_ s (6) - transact (6)
- truncate (6)
- unlink (6)
- utime (6)
- | (6)
検索結果
先頭5件
-
Shell
:: Filter # find _ system _ command(command) (12302.0) -
@todo
@todo -
Shell
:: Filter # append(to , filter) -> Shell :: AppendFile | Shell :: AppendIO (6302.0) -
@todo
@todo
@param to 文字列か IO を指定します。
@param filter Shell::Filter のインスタンスを指定します。 -
Shell
:: Filter # basename(filename , suffix = "") -> String (6202.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き......'.' を含まない任意の文字列にマッチします。
@see File.basename... -
Shell
:: Filter # concat(*jobs) -> Shell :: Concat (6202.0) -
@todo
@todo -
Shell
:: Filter # dirname(filename) -> String (6202.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param filename ファイル名を表す文字列を指定します。
@see File.dirname... -
Shell
:: Filter # check _ point (6102.0) -
@todo
@todo -
Shell
:: Filter # chown(owner , group , *filename) -> Integer (6102.0) -
File クラスにある同名のクラスメソッドと同じです.
...メソッドと同じです.
@param owner chown(2) と同様に数値で指定します。nil または -1 を指定することで、オーナーを現在のままにすることができます。
@param group chown(2) と同様に数値で指定します。nil または -1 を指定すること......で、グループを現在のままにすることができます。
@param filename ファイル名を表す文字列を指定します。
@see File.chown... -
Shell
:: Filter # finish _ all _ jobs (6102.0) -
@todo
@todo -
Shell
:: Filter # grpowned?(file) -> bool (6102.0) -
FileTest モジュールにある同名のクラスメソッドと同じです.
...FileTest モジュールにある同名のクラスメソッドと同じです.
@param file ファイル名を表す文字列か IO オブジェクトを指定します。
@see FileTest.#grpowned?... -
Shell
:: Filter # identical? (6102.0) -
@todo
@todo -
Shell
:: Filter # input -> Shell :: Filter | nil (6102.0) -
現在のフィルターを返します。
現在のフィルターを返します。 -
Shell
:: Filter # input=(filter) (6102.0) -
フィルターを設定します。
フィルターを設定します。
@param filter フィルターを指定します。 -
Shell
:: Filter # inspect -> String (6102.0) -
オブジェクトを人間が読める形式に変換した文字列を返します。
...オブジェクトを人間が読める形式に変換した文字列を返します。
@see Object#inspect... -
Shell
:: Filter # join(*item) -> String (6102.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param item 連結したいディレクトリ名やファイル名を文字列で与えます。
@see File.join... -
Shell
:: Filter # link(old , new) -> 0 (6102.0) -
File クラスにある同名のクラスメソッドと同じです.
...File クラスにある同名のクラスメソッドと同じです.
@param old ファイル名を表す文字列を指定します。
@param new ファイル名を表す文字列を指定します。
@see File.link... -
Shell
:: Filter # notify(*opts) { . . . } -> () (6102.0) -
@todo
@todo -
Shell
:: Filter # open(path , mode) -> File | Dir (6102.0) -
path がファイルなら、 File.open path がディレクトリなら、 Dir.open の動作をします。
...がファイルなら、 File.open path がディレクトリなら、 Dir.open の動作をします。
@param path 開きたいパスを指定します。
@param mode アクセスモードを指定します。path がディレクトリの場合は無視されます。
@see File.open, Dir.open...