refr 0.0.2.2 → 0.0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/refr.rb +1 -5
  2. metadata +2 -2
data/lib/refr.rb CHANGED
@@ -43,10 +43,6 @@ class Reference < BasicObject
43
43
  end; alias =~ __set__
44
44
 
45
45
  def method_missing (id, *args, &block)
46
- if __get__.respond_to? id
47
- __get__.__send__(id, *args, &block)
48
- else
49
- super
50
- end
46
+ __get__.__send__(id, *args, &block)
51
47
  end
52
48
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: refr
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2.2
5
+ version: 0.0.2.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - meh.
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-07-16 00:00:00 Z
13
+ date: 2011-07-17 00:00:00 Z
14
14
  dependencies: []
15
15
 
16
16
  description: