# File rxml/working/xforms_transformer.rb, line 252 def _attr_value(value) case value when Symbol value.to_s else _escape_quote(value.to_s) end end