Skip to content

Instantly share code, notes, and snippets.

@bensie
Created October 4, 2012 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bensie/3830814 to your computer and use it in GitHub Desktop.
Save bensie/3830814 to your computer and use it in GitHub Desktop.
require "bundler/setup"
require "nokogiri"
builder = Nokogiri::XML::Builder.new(encoding: 'UTF-8') do |xml|
xml.name "James" do
xml.number 1234
end
end
puts builder.to_xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment