Skip to content

Instantly share code, notes, and snippets.

@deepthawtz
Created August 18, 2011 00:15
Show Gist options
  • Save deepthawtz/1152984 to your computer and use it in GitHub Desktop.
Save deepthawtz/1152984 to your computer and use it in GitHub Desktop.
require "rubygems"
require "builder"
builder = Builder::XmlMarkup.new
xml = builder.bla "☃"
puts xml
__END__
<bla>&#9731;</bla>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment