ライブラリ
- ビルトイン (2666)
- bigdecimal (48)
-
cgi
/ core (24) - csv (60)
- date (12)
- dbm (12)
- delegate (12)
- digest (24)
- drb (24)
- fiddle (24)
- gdbm (12)
- ipaddr (36)
- matrix (120)
-
net
/ ftp (10) - openssl (108)
- ostruct (12)
- pathname (48)
- prime (24)
- rake (24)
-
rdoc
/ context (12) -
rexml
/ document (60) -
rinda
/ rinda (12) -
rubygems
/ package / tar _ header (12) -
rubygems
/ platform (24) -
rubygems
/ requirement (36) -
rubygems
/ version (12) - sdbm (36)
- set (42)
- socket (60)
- strscan (12)
- uri (12)
- win32ole (24)
- zlib (12)
クラス
-
ARGF
. class (96) - Addrinfo (48)
- Array (423)
- BasicObject (48)
- BasicSocket (12)
- BigDecimal (48)
- Bignum (9)
- Binding (12)
- CGI (24)
-
CSV
:: Row (24) -
CSV
:: Table (36) - Complex (12)
- DBM (12)
-
DRb
:: DRbObject (24) - Data (6)
- Date (12)
- Delegator (12)
-
Digest
:: Base (24) -
Enumerator
:: ArithmeticSequence (7) -
Enumerator
:: Lazy (129) - Exception (24)
- FalseClass (36)
-
Fiddle
:: Pointer (24) - File (12)
- Fixnum (3)
- Float (36)
- GDBM (12)
-
Gem
:: Package :: TarHeader (12) -
Gem
:: Platform (24) -
Gem
:: Requirement (36) -
Gem
:: Version (12) - Hash (177)
- IPAddr (36)
- Integer (40)
- KeyError (8)
- MatchData (24)
- Matrix (96)
- Method (68)
- Module (12)
-
Net
:: FTP :: MLSxEntry (10) - Numeric (72)
- Object (84)
-
OpenSSL
:: BN (48) -
OpenSSL
:: PKey :: EC :: Group (24) -
OpenSSL
:: PKey :: EC :: Point (24) -
OpenSSL
:: SSL :: Session (12) - OpenStruct (12)
- Pathname (48)
- Prime (24)
- Proc (60)
-
Process
:: Status (12) -
RDoc
:: Context :: Section (12) -
REXML
:: Attribute (12) -
REXML
:: Comment (12) -
REXML
:: Element (12) -
REXML
:: Instruction (12) -
REXML
:: XMLDecl (12) -
Rake
:: FileList (12) - Random (36)
- Range (138)
- Rational (12)
- Regexp (36)
-
Rinda
:: DRbObjectTemplate (12) -
RubyVM
:: InstructionSequence (24) - SDBM (36)
- Set (60)
- String (314)
- StringScanner (12)
- Struct (24)
- Symbol (36)
- Thread (12)
- Time (48)
- TrueClass (36)
-
URI
:: Generic (12) - UnboundMethod (48)
- Vector (24)
- WIN32OLE (12)
-
WIN32OLE
_ TYPE (12) -
Zlib
:: GzipReader (12)
モジュール
- Comparable (12)
- Enumerable (462)
-
Rake
:: Cloneable (12)
キーワード
- != (12)
- % (12)
- & (24)
- +@ (10)
- -@ (10)
- === (211)
- =~ (12)
- [] (92)
- ^ (24)
-
_ _ id _ _ (12) - afamily (12)
- allbits? (8)
- assoc (24)
-
backtrace
_ locations (12) - call (28)
- chunk (24)
-
chunk
_ while (12) - clone (36)
- collect (12)
- count (72)
- crypt (12)
- dedup (3)
-
default
_ event _ sources (12) - delete (24)
-
delete
_ if (72) - detect (24)
- disasm (12)
- disassemble (12)
- div (12)
- divide (24)
- divmod (24)
- downcase (9)
- dump (12)
- dup (12)
- each (72)
-
each
_ line (48) - eigen (12)
- eigensystem (12)
- eql? (234)
- equal? (12)
- file? (10)
- filter (14)
- filter! (14)
- find (24)
-
find
_ all (24) -
find
_ index (72) - getgm (12)
- getlocal (24)
- getpeername (12)
- getutc (12)
- group (12)
-
has
_ value? (12) - hash (48)
- header (12)
- id2name (12)
- include? (49)
- index (36)
- intern (12)
- itself (12)
- join (12)
-
keep
_ if (24) - key (8)
- lazy (24)
- lineno= (12)
-
local
_ variable _ defined? (12) - lstat (12)
- lup (12)
-
lup
_ decomposition (12) - map (12)
-
marshal
_ dump (12) -
marshal
_ load (12) - max (130)
- member? (25)
- min (130)
- minmax (12)
-
mod
_ inverse (12) - modulo (12)
- nobits? (8)
- none? (53)
-
ole
_ func _ methods (12) - one? (53)
- out (12)
- pack (21)
- partition (24)
- pfamily (12)
- protocol (12)
- rassoc (24)
- rect (12)
- rectangular (12)
- reject (48)
- reject! (36)
- remainder (12)
- rindex (36)
-
root
_ node (12) -
satisfied
_ by? (12) - select (60)
- select! (24)
- sign (12)
- slice (72)
-
slice
_ after (22) -
slice
_ before (36) -
slice
_ when (11) - socktype (12)
- sort (24)
- split (19)
- string (12)
- sum (12)
-
to
_ h (19) -
to
_ hash (12) -
to
_ proc (12) -
to
_ s (12) -
to
_ sym (12) -
unicode
_ normalize! (11) - unpack (12)
- value? (12)
- yield (12)
- | (24)
検索結果
先頭5件
-
Hash
# ==(other) -> bool (18147.0) -
自身と other が同じ数のキーを保持し、キーが eql? メソッドで比較して全て等しく、 値が == メソッドで比較して全て等しい場合に真を返します。
...く、
値が == メソッドで比較して全て等しい場合に真を返します。
@param other 自身と比較したい Hash オブジェクトを指定します。
//emlist[例][ruby]{
#(出力関数は省略)
{ 1 => :a } == { 1 => :a } #=> true
{ 1 => :a } == { 1 => :a, 2 =......> :b } #=> false
{ 1 => :a } == { 1.0 => :a } #=> false ( 1.eql?(1.0) は false なので)
{ :x => 1 } == { :x => 1.0 } #=> true ( 1 == 1.0 は true なので)
//}
@see Hash#equal?... -
MatchData
# ==(other) -> bool (18137.0) -
self と other のマッチ対象になった文字列、元になった正規表現オブジェク ト、マッチした位置が等しければ true を返します。そうでない場合には false を返します。
...= s.match("b")
m1 == m2 # => false
m2 = s.match("a")
m1 == m2 # => true
//}
//emlist[正規表現][ruby]{
r = /abc/
m1 = r.match("abc") # => #<MatchData "abc">
m2 = r.match("abcde") # => #<MatchData "abc">
m1 == m2 # => false
m2 = r.match("abc") # => #<MatchData "abc">
m1 == m2 # => true
//......}
//emlist[正規表現のマッチした位置][ruby]{
r = /abc/
m1 = r.match("abcabc") # => #<MatchData "abc">
m2 = r.match("abcabc", 3) # => #<MatchData "abc">
m1 == m2 # => false
m2 = r.match("abcabc", 0) # => #<MatchData "abc">
m1 == m2 # => true
//}... -
Array
# ==(other) -> bool (18135.0) -
自身と other の各要素をそれぞれ順に == で比較し て、全要素が等しければ true を返します。そうでない場合には false を返します。
... == で比較し
て、全要素が等しければ true を返します。そうでない場合には false を返します。
@param other 自身と比較したい配列を指定します。
@see Object#==
//emlist[例][ruby]{
[ "a", "c" ] == [ "a", "c", 7 ] #=> false
[ "a", "c", 7 ] == [......"a", "c", 7 ] #=> true
[ "a", "c", 7 ] == [ "a", "d", "f" ] #=> false
//}... -
Exception
# ==(other) -> bool (18135.0) -
自身と指定された other のクラスが同じであり、 message と backtrace が == メソッドで比較して 等しい場合に true を返します。そうでない場合に false を返します。
...自身と指定された other のクラスが同じであり、
message と backtrace が == メソッドで比較して
等しい場合に true を返します。そうでない場合に false を返します。
@param other 自身と比較したいオブジェクトを指定します。......on を実行して変換を試みます。
//emlist[例][ruby]{
require "date"
def check_long_month(month)
return if Date.new(2000, month, -1).day == 31
raise "#{month} is not long month"
end
def get_exception
return begin
yield
rescue => e
e
end
end
results = [2, 2, 4].map { |e......is not long month", "2 is not long month", "4 is not long month"]
# class, message, backtrace が同一のため true になる
p results[0] == results[1] # => true
# class, backtrace が同一だが、message がことなるため false になる
p results[0] == results[2] # => false
//}... -
Range
# ==(other) -> bool (18135.0) -
指定された other が Range クラスのインスタンスであり、 始端と終端が == メソッドで比較して等しく、Range#exclude_end? が同じ場合に true を返します。そうでない場合に false を返します。
...始端と終端が == メソッドで比較して等しく、Range#exclude_end? が同じ場合に
true を返します。そうでない場合に false を返します。
@param other 自身と比較したいオブジェクトを指定します。
//emlist[例][ruby]{
p (1..2) == (1..2)......# => true
p (1..2) == (1...2) # => false
p (1..2) == Range.new(1.0, 2.0) # => true
//}... -
Float
# ==(other) -> bool (18131.0) -
比較演算子。数値として等しいか判定します。
...false を返します。
//emlist[例][ruby]{
3.14 == 3.14000 # => true
3.14 == 3.1415 # => false
//}
NaNどうしの比較は、未定義です。
//emlist[例][ruby]{
Float::NAN == Float::NAN # => false
[Float::NAN] == [Float::NAN] # => true
[Float::NAN] == [0.0 / 0.0] # => false
//}... -
Rational
# ==(other) -> bool (18131.0) -
数値として等しいか判定します。
...なければ false を返します。
//emlist[例][ruby]{
Rational(2, 3) == Rational(2, 3) # => true
Rational(5) == 5 # => true
Rational(0) == 0.0 # => true
Rational('1/3') == 0.33 # => false
Rational('1/2') == '1/2' # => false
//}......でなければ false を返します。
//emlist[例][ruby]{
Rational(2, 3) == Rational(2, 3) # => true
Rational(5) == 5 # => true
Rational(0) == 0.0 # => true
Rational('1/3') == 0.33 # => false
Rational('1/2') == '1/2' # => false
//}... -
Data
# ==(other) -> bool (18129.0) -
self と other のクラスが同じであり、各メンバが == メソッドで比較して等しい場合に true を返します。そうでない場合に false を返します。
...self と other のクラスが同じであり、各メンバが == メソッドで比較して等しい場合に
true を返します。そうでない場合に false を返します。
@param other self と比較したいオブジェクトを指定します。
//emlist[例][ruby]{
Dog = Data.def......ine(:name, :age)
dog1 = Dog.new("Fred", 5)
dog2 = Dog.new("Fred", 5.0)
p 5 == 5.0 # => true
p 5.eql?(5.0) # => false
p dog1 == dog2 # => true
p dog1.eql?(dog2) # => false
p dog1.equal?(dog2) # => false
//}
[注意] 本メソッドの記述は Data のサブクラ......スのインスタンスに対して呼び
出す事を想定しています。Data.define は Data のサブクラスを作成する点に
注意してください。
@see Object#==, Data#eql?... -
Object
# ==(other) -> bool (18125.0) -
オブジェクトと other が等しければ真を返します。
...の例のように、各クラスの性質に合わせて再定義されることが期待されています。
//emlist[適切に再定義されている例][ruby]{
p("foo" == "bar") #=> false
p("foo" == "foo") #=> true
p(4 == 4) #=> true
p(4 == 4.0) #=> true
//}
@see Object#equal?,Object#eql?... -
Regexp
# ==(other) -> bool (18125.0) -
otherが同じパターン、オプション、文字コードの正規表現であったらtrueを返します。
...らtrueを返します。
@param other 正規表現を指定します。
//emlist[例][ruby]{
p /^eee$/ == /~eee$/x # => false
p /^eee$/ == /~eee$/i # => false
p /^eee$/e == /~eee$/u # => false
p /^eee$/ == Regexp.new("^eee$") # => true
p /^eee$/.eql?(/^eee$/) # => true
//}...