Skip to content

Instantly share code, notes, and snippets.

@reinh
Created August 20, 2009 17:29
Show Gist options
  • Save reinh/171212 to your computer and use it in GitHub Desktop.
Save reinh/171212 to your computer and use it in GitHub Desktop.
>> require 'builder'
=> true
>> x = Builder::XmlMarkup.new(:target => $stdout, :indent => 1)
<inspect/>
=> #<IO:0x2f7d8>
>> x.Hello "World"
<Hello>World</Hello>
=> #<IO:0x2f7d8>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment