Object
# File lib/string_serialization.rb, line 40 def to_xml(options = {}) require 'builder' unless defined?(Builder) xml = options[:builder] ||= Builder::XmlMarkup.new(options) xml.instruct! unless options[:skip_instruct] xml.tag! :string, self end
[Validate]
Generated with the Darkfish Rdoc Generator 2.