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