Skip to content

Instantly share code, notes, and snippets.

@adamdilek
Created April 2, 2013 07:30
Show Gist options
  • Select an option

  • Save adamdilek/5290535 to your computer and use it in GitHub Desktop.

Select an option

Save adamdilek/5290535 to your computer and use it in GitHub Desktop.
Absence validator example
super_hero = SuperHero.new
super_hero.valid?
# => true
super_hero.secret_identity = 'Hal Jordan'
super_hero.valid?
# => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment