Method: Concrete::WorkingSet#initialize

Defined in:
lib/concrete/working_set.rb

#initialize(root) ⇒ WorkingSet

Returns a new instance of WorkingSet.



7
8
9
10
# File 'lib/concrete/working_set.rb', line 7

def initialize(root)
  @root = Pathname.new(root).realpath
  @filesByIdent = {}
end