Skip to content

Instantly share code, notes, and snippets.

@samshull
Created August 11, 2011 12:49
Show Gist options
  • Save samshull/1139560 to your computer and use it in GitHub Desktop.
Save samshull/1139560 to your computer and use it in GitHub Desktop.
better_world
def better_world
people_of_the_world.reject! do |person|
person.is_lawyer? || person.is_politician?
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment