るりまサーチ

最速Rubyリファレンスマニュアル検索!
72件ヒット [1-72件を表示] (0.105秒)
トップページ > クエリ:>[x] > 種類:インスタンスメソッド[x] > クラス:REXML::Comment[x]

別のキーワード

  1. _builtin >
  2. bigdecimal >
  3. float >
  4. module >
  5. complex >

ライブラリ

キーワード

検索結果

REXML::Comment#<=>(other) -> -1 | 0 | 1 (6102.0)

other と内容(REXML::Comment#string)を比較します。

...other と内容(REXML::Comment#string)を比較します。...

REXML::Comment#==(other) -> bool (102.0)

other と内容(REXML::Comment#string)が同じならば真を返します。

...other と内容(REXML::Comment#string)が同じならば真を返します。...

REXML::Comment#clone -> REXML::Comment (102.0)

内容が複製された Comment オブジェクトを返します。 (親ノードの情報は複製されません)。

内容が複製された Comment オブジェクトを返します。
(親ノードの情報は複製されません)。

REXML::Comment#node_type -> Symbol (102.0)

シンボル :comment を返します。

シンボル :comment を返します。

REXML::Comment#string -> String (102.0)

コメント文字列を返します。

コメント文字列を返します。

絞り込み条件を変える

REXML::Comment#to_s -> String (102.0)

コメント文字列を返します。

コメント文字列を返します。