Skip to content

Instantly share code, notes, and snippets.

/t.rb

Created November 21, 2012 02:51
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 anonymous/4122731 to your computer and use it in GitHub Desktop.
Save anonymous/4122731 to your computer and use it in GitHub Desktop.
Ruote.define do
concurrence do
concurrence :tag => 'ab' do
a
b :tag => 'b'
end
await :left_tag => 'ab' do
c
end
await :left_tag => 'b' do
d
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment