Skip to content

Instantly share code, notes, and snippets.

@aoitaku
Last active August 29, 2015 14:15
Show Gist options
  • Save aoitaku/4b6345e364a2f9878c92 to your computer and use it in GitHub Desktop.
Save aoitaku/4b6345e364a2f9878c92 to your computer and use it in GitHub Desktop.
slim で xml を書く
doctype xml
var a = rand
if a == 6
then
puts "six!"
elsif a == 1
then
puts "one..."
else
puts "other"
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment