Created
October 24, 2012 10:01
-
-
Save sime/3945276 to your computer and use it in GitHub Desktop.
Am I this this in a nicer way?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if employee_skills.has_key?(skill_name) then | |
employee_skills[skill_name] += 1 | |
else | |
employee_skills[skill_name] = 1 | |
end |
pete-a
commented
Oct 24, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment