Returns a new instance of Data.
29 30 31
# File 'lib/xcodeproject/data.rb', line 29 def initialize (data, wd) @root = RootNode.new(data, wd) end