最速Rubyリファレンスマニュアル検索!
すべて(108)
2.1.0(9)
2.2.0(9)
2.3.0(9)
2.4.0(9)
2.5.0(9)
2.6.0(9)
2.7.0(9)
3.0(9)
3.1(9)
3.2(9)
3.3(9)
3.4(9)
108件ヒット
[101-108件を表示]
(0.015秒)
トップページ
>
:
rexml/document
>
:
インスタンスメソッド
>
:version
別のキーワード
openssl version
rss version
rss version=
zlib zlib_version
rss rss_version
クラス
REXML
::
Document
(36)
REXML
::
Instruction
(24)
REXML
::
XMLDecl
(48)
キーワード
==
(12)
content
(12)
encoding
(12)
stand
_
alone?
(12)
target
(12)
version=
(12)
xmldecl
(12)
検索結果
先頭1件
REXML
::
XMLDecl
#
==(other) -> bool
<<
<
1
2
>>
REXML
::
XMLDecl
#
==(other) -> bool
(9.0)
2.1.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
インスタンスメソッド
self と other が同じであるならば真を返します。
...
self と other が同じであるならば真を返します。
「同じ」とは REXML::XMLDecl#
version
, REXML::XMLDecl#encoding,
REXML::XMLDecl#standalone が一致していることを意味します。
@param other 比較対象のオブジェクト
...
REXML::XMLDecl
<<
<
1
2
>>