commit 6f34185959d0afc92ad9d14b93244ebec55fce96
parent 5a30520d4890dc8207fa4507e9d89ceb981b4c23
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Tue, 5 Jan 2010 13:49:55 -0800
Merge branch 'ferret-deprecation' into next
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/index.rb b/lib/sup/index.rb
@@ -234,6 +234,7 @@ class Index
def self.instance; @obj end
def self.method_missing m, *a, &b; @obj.send(m, *a, &b) end
+ def self.const_missing x; @obj.class.const_get(x) end
end
end