Files
git-utilities/lib/xgrep/rails_env.rb
2015-06-03 21:18:36 -04:00

13 lines
164 B
Ruby

module Xgrep
class RailsEnv
attr_accessor :pathspec
def initialize
@pathspec = { }
end
def update_pathspec ( pathspec )
end
end
end