lib/re_expand.rb in re_expand-0.0.4 vs lib/re_expand.rb in re_expand-0.0.6
- old
+ new
@@ -1,16 +1,17 @@
# -*- coding: utf-8 -*-
$:.unshift(File.dirname(__FILE__)) unless
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
module ReExpand
- VERSION = '0.0.4'
+ VERSION = '0.0.6'
end
require 'Generator'
require 'Node'
-require 'Asearch'
require 'Scanner'
+
+# require 'asearch'
class String
# ExpandHelp用のライブラリを利用
def expand(filterpat=' ')
g = ReExpand::Generator.new