APIdock / Ruby
/
method

write

ruby latest stable - Class: REXML ::Attribute
write( output, indent=-1 )
public

Writes this attribute (EG, puts ‘key="value"’ to the output)

# File lib/rexml/attribute.rb, line 171
 def write( output, indent=-1 )
 output << to_string
 end

AltStyle によって変換されたページ (->オリジナル) /