Skip to content

Instantly share code, notes, and snippets.

@jasondew
Created April 7, 2010 17:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jasondew/359166 to your computer and use it in GitHub Desktop.
Save jasondew/359166 to your computer and use it in GitHub Desktop.
POSSCON = Conference.create(:awesome => true) do
starts_on "2010-04-15"
ends_on "2010-04-17"
speakers %w(Obie Yehuda Wanstrath)
end
POSSCON.include?(self) or fail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment