more xgrep

This commit is contained in:
rkiel
2015-06-03 21:18:36 -04:00
parent cc26c266a0
commit 3fab1dc9f4
6 changed files with 161 additions and 165 deletions

12
lib/xgrep/simple_env.rb Normal file
View File

@@ -0,0 +1,12 @@
module Xgrep
class SimpleEnv
attr_accessor :pathspec
def initialize
@pathspec = { }
end
def update_pathspec ( pathspec )
end
end
end