2272件ヒット
[2201-2272件を表示]
(0.076秒)
種類
- モジュール関数 (956)
- インスタンスメソッド (767)
- 変数 (549)
ライブラリ
キーワード
-
$ ! (11) -
$ & (11) -
$ & # 39; (11) -
$ -F (11) -
$ -I (5) -
$ -p (11) -
$ 1 (11) -
$ 10 (11) -
$ 11 (11) -
$ 2 (11) -
$ 3 (11) -
$ 4 (11) -
$ 5 (11) -
$ 6 (11) -
$ 7 (11) -
$ 8 (11) -
$ 9 (11) -
$ : (5) -
$ ; (11) -
$ > (11) -
$ ? (11) -
$ ARGV (11) -
$ CHILD _ STATUS (11) -
$ DEFAULT _ INPUT (11) -
$ DEFAULT _ OUTPUT (11) -
$ ERROR _ INFO (11) -
$ ERROR _ POSITION (11) -
$ FIELD _ SEPARATOR (11) -
$ FS (11) -
$ INPUT _ LINE _ NUMBER (11) -
$ INPUT _ RECORD _ SEPARATOR (11) -
$ LAST _ MATCH _ INFO (11) -
$ LAST _ PAREN _ MATCH (11) -
$ LAST _ READ _ LINE (11) -
$ LOAD _ PATH (11) -
$ MATCH (11) -
$ NR (11) -
$ OFS (11) -
$ OUTPUT _ FIELD _ SEPARATOR (11) -
$ OUTPUT _ RECORD _ SEPARATOR (11) -
$ PID (11) -
$ POSTMATCH (11) -
$ PREMATCH (11) -
$ PROCESS _ ID (11) -
$ PROGRAM _ NAME (11) -
$ RS (11) -
$ ` (11) -
$ stdin (11) -
$ stdout (11) -
$ topdir (11) -
$ ~ (11) - Array (11)
- BigDecimal (12)
- Complex (22)
- DelegateClass (11)
- Digest (11)
- Integer (11)
- Pathname (11)
- Rational (6)
- String (11)
-
_ _ callee _ _ (11) -
_ _ method _ _ (11) -
at
_ exit (11) - autoload (11)
- autoload? (11)
- caller (33)
-
caller
_ locations (22) - catch (22)
-
cc
_ command (11) -
check
_ signedness (22) -
check
_ sizeof (22) - chomp (11)
- chop (11)
-
convertible
_ int (22) - cp (11)
-
cpp
_ command (11) -
create
_ makefile (11) -
create
_ tmpsrc (11) -
depend
_ rules (11) - desc (11)
-
egrep
_ cpp (22) - eval (22)
- exec (44)
- fail (33)
-
find
_ executable (11) -
find
_ header (11) -
find
_ library (22) -
find
_ type (22) - format (11)
- gets (11)
-
global
_ variables (11) - gsub (33)
-
have
_ header (22) -
have
_ macro (22) -
have
_ struct _ member (22) -
have
_ type (22) - help (11)
- httpd (11)
- import (11)
- install (11)
-
install
_ files (11) - j (11)
- lambda (17)
- libpathflag (11)
-
link
_ command (11) - load (11)
-
local
_ variables (11) - loop (22)
- mkdir (11)
- namespace (11)
- open (38)
- p (11)
- pp (11)
- print (11)
- printf (22)
- proc (18)
-
psych
_ y (11) - putc (11)
- puts (11)
- raise (33)
- readline (11)
- readlines (11)
- require (11)
- rmdir (11)
- select (11)
-
set
_ trace _ func (11) - sleep (22)
- spawn (44)
- sprintf (11)
- srand (22)
- sub (22)
- test (22)
- timeout (8)
-
trace
_ var (33) - trap (22)
-
try
_ compile (22) -
try
_ constant (22) -
try
_ cpp (22) -
try
_ do (22) -
try
_ link (22) -
try
_ run (22) -
try
_ static _ assert (22) -
try
_ type (22) -
untrace
_ var (11) - warn (7)
-
with
_ werror (22) - xmp (11)
- xpopen (22)
- xsystem (11)
- y (11)
検索結果
先頭5件
-
Kernel
# rmdir -> () (21007.0) -
空のディレクトリを削除します。
...空のディレクトリを削除します。
ruby -run -e rmdir -- [OPTION] DIR
-p DIR で指定されたディレクトリとその上位ディレクトリを削除します
-v 詳細表示
@see rmdir(1)... -
Kernel
$ $ ARGV -> [String] (21007.0) -
$* の別名
...$* の別名
require "English"
p $ARGV
# end of sample.rb
ruby sample.rb 31 /home/hoge/fuga.txt
#=> ["31", "/home/hoge/fuga.txt"]... -
Kernel
$ $ LAST _ READ _ LINE -> String | nil (21007.0) -
$_ の別名
...$_ の別名
1 e
2 f
3 g
4 h
5 i
# end of a.txt
ruby -rEnglish -ne'p $LAST_READ_LINE' a.txt
#=>
"1 e\n"
"2 f\n"
"3 g\n"
"4 h\n"
"5 i\n"... -
Kernel
$ $ MATCH -> String | nil (21007.0) -
$& の別名
...$& の別名
require "English"
str = 'hoge,foo,bar,hee,hoo'
/(foo|bar)/ =~ str
p $MATCH #=> "foo"... -
Kernel
. # String(arg) -> String (21007.0) -
引数を文字列(String)に変換した結果を返します。
...、何もせず arg を返します。
@param arg 変換対象のオブジェクトです。
@raise TypeError to_s の返り値が文字列でなければ発生します。
//emlist[例][ruby]{
class Foo
def to_s
"hogehoge"
end
end
arg = Foo.new
p String(arg) #=> "hogehoge"
//}
@see Object#... -
Kernel
. # test(cmd , file) -> bool | Time | Integer | nil (21007.0) -
単体のファイルでファイルテストを行います。
...ルでファイルテストを行います。
@param cmd 以下に示す文字リテラル、文字列、あるいは同じ文字を表す数値
です。文字列の場合はその先頭の文字だけをコマンドとみなします。
@param file テストするファイルのパス......プレーンファイルである
: ?d
ファイルはディレクトリである
: ?l
ファイルはシンボリックリンクである
: ?p
ファイルは名前つきパイプ(FIFO)である
: ?S
ファイルはソケットである
: ?b
ファイルはブロックスペシ... -
Kernel
. # test(cmd , file1 , file2) -> bool (21002.0) -
2ファイル間のファイルテストを行います。
...間のファイルテストを行います。
@param cmd 以下に示す文字リテラル、文字列、あるいは同じ文字を表す数値
です。文字列の場合はその先頭の文字だけをコマンドとみなします。
@param file1 テストするファイルのパス......を表す文字列か IO オブジェクトを指定します。
@param file2 テストするファイルのパスを表す文字列か IO オブジェクトを指定します。
@return 真偽値を返します。
以下は cmd として指定できる文字リテラルとその意味です。
:......イル1とファイル2が同一のファイルである
//emlist[例][ruby]{
IO.write("testfile1", "test1")
IO.write("testfile2", "test2")
%w(= < > -).each do |e|
result = test(e, "testfile1", "testfile2")
puts "#{e}: #{result}"
end
//}
# => =: true
# => <: false
# => >: false
# => -: false...