Skip to content

Instantly share code, notes, and snippets.

@shar1z
shar1z / call_for_papers_devopsil.rb
Created October 22, 2012 14:37 — forked from rantav/call_for_papers_devopsil.rb
Call For Papers DevOps IL 2013
require 'speaker'
require 'israel'
module Israel
module DevOps
def call_for_papers(speaker, subject)
# Speakers should apply for the call for papers if they have talks on the
subjects of Continuous Deployment of DevOps tooling
# Assuming they are available Jan 28.
apply(speaker) if ["Continuous Deployment Case Studies", "DevOps tools"].include(subject)