more xgrep
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
class RailsEnv
|
||||
module Xgrep
|
||||
class RailsEnv
|
||||
attr_accessor :pathspec
|
||||
|
||||
def update_pathspec ( pathspec )
|
||||
def initialize
|
||||
@pathspec = { }
|
||||
end
|
||||
|
||||
def update_pathspec ( pathspec )
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user