dynarex 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/dynarex.rb +1 -1
  2. metadata +1 -1
data/lib/dynarex.rb CHANGED
@@ -59,7 +59,7 @@ class Dynarex
59
59
  end
60
60
 
61
61
  h.each {|key, item| h.delete(key) if not h2.has_key? key}
62
-
62
+ self
63
63
  end
64
64
 
65
65
  private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynarex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors: []
7
7