RubyGems
npm
Organizations
Log in
Sign up
RubyGems
objectbouncer
Versions diffs
0.0.2 → 0.0.3
objectbouncer 0.0.2 → 0.0.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/objectbouncer/base.rb
+1
-1
metadata
+1
-1
data/lib/objectbouncer/base.rb
CHANGED
Viewed
@@ -57,7 +57,7 @@ module ObjectBouncer
57
57
def initialize(accessee, object)
58
58
@accessee = accessee
59
59
@object = object
60
-
super
60
+
self
61
61
end
62
62
63
63
def method_missing(meth, *args, &block)
metadata
CHANGED
Viewed
@@ -2,7 +2,7 @@
2
2
name: objectbouncer
3
3
version: !ruby/object:Gem::Version
4
4
prerelease:
5
-
version: 0.0.
2
5
+
version: 0.0.
3
6
6
platform: ruby
7
7
authors:
8
8
- Glenn Gillen