more xgrep
This commit is contained in:
12
lib/xgrep/custom_env.rb
Normal file
12
lib/xgrep/custom_env.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
module Xgrep
|
||||
class CustomEnv
|
||||
attr_accessor :pathspec
|
||||
|
||||
def initialize
|
||||
@pathspec = { }
|
||||
end
|
||||
|
||||
def update_pathspec ( pathspec )
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user