# CoreData **A Gem for Interacting with Core Data Models** ## Installation ```sh $ gem install core_data ``` ## Usage ```ruby model = CoreData::DataModel.new("/path/to/xml") # or XML string model.entities.each do |entity| p entity, entity.attributes, entity.relationships end ``` ## Contact Mattt Thompson - http://github.com/mattt - http://twitter.com/mattt - m@mattt.me ## License CoreData is available under the MIT license. See the LICENSE file for more info.