관리-도구
편집 파일: value%3d-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Sets the contents of this text node. This expects the text to be unnormalized. It returns self. - !ruby/struct:SM::Flow::VERB body: " e = Element.new( "a" )\n e.add_text( "foo" ) # <a>foo</a>\n e[0].value = "bar" # <a>bar</a>\n e[0].value = "<a>" # <a>&lt;a&gt;</a>\n" full_name: REXML::Text#value= is_singleton: false name: value= params: ( val ) visibility: public