commit f64c7c085d253cc761b37449ce09afdd6f98a276
parent d531791611d9e6bf0465f069b68e741aa7e61c1c
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Tue, 30 Oct 2007 21:47:56 +0000
alias ferret to index in index.rb for cuter console examples
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@654 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/index.rb b/lib/sup/index.rb
@@ -18,6 +18,7 @@ class Index
include Singleton
attr_reader :index
+ alias ferret index
def initialize dir=BASE_DIR
@dir = dir
@sources = {}