Skip to content

Instantly share code, notes, and snippets.

@dalmaer
Created September 8, 2011 06:45
Show Gist options
  • Save dalmaer/1202801 to your computer and use it in GitHub Desktop.
Save dalmaer/1202801 to your computer and use it in GitHub Desktop.
html = b.html {
b.head {
b.title "XML Builder Test"
}
b.body {
b.h1 "Title of Page"
b.p "Sample paragraph text"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment