最速Rubyリファレンスマニュアル検索!
すべて(11)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
11件ヒット
[1-11件を表示]
(0.216秒)
トップページ
>
:
Encoding
>
:
rexml/document
>
:
XMLDecl
>
:
version
>
:==
別のキーワード
rexml/document new
rexml/document write
rexml/document clone
rexml/document node_type
rexml/document to_s
ライブラリ
rexml
/
document
(11)
クラス
REXML
::
XMLDecl
(11)
検索結果
先頭1件
REXML
::
XMLDecl
#
==(other) -> bool
REXML
::
XMLDecl
#
==(other) -> bool
(29130.0)
2.1.0
2.2.0
2.3.0
2.4.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