private Method

XmlMarkup._attr_value(value)

There's no documentation for this item.

Source Code

# File builder/xmlmarkup.rb, line 310
def _attr_value(value)
  case value
  when Symbol
    value.to_s
  else
    _escape_quote(value.to_s)
  end
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.