Skip to content

Commit

Permalink
Create Ruby Exercises #9
Browse files Browse the repository at this point in the history
  • Loading branch information
raspy8766 committed Sep 16, 2014
1 parent e67c8a1 commit d8e769c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Ruby Exercises #9
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
h = {a:1, b:2, c:3, d:4}
h[:b]
h[:e] = 5
h.keep_if{|key, value| value > 3.5}
puts h

0 comments on commit d8e769c

Please sign in to comment.