to_s -> String
[permalink][rdoc][edit]-
実体宣言を文字列化したものを返します。
[SEE_ALSO] REXML::Entity#write
例
e = REXML::ENTITY.new("w", "wee"); p e.to_s # => "<!ENTITY w \"wee\">"
to_s -> String
[permalink][rdoc][edit]実体宣言を文字列化したものを返します。
[SEE_ALSO] REXML::Entity#write
e = REXML::ENTITY.new("w", "wee"); p e.to_s # => "<!ENTITY w \"wee\">"