| Path: | README.rdoc |
| Last Update: | Sat Feb 23 07:15:59 +0000 2019 |
Cim is a pure-Ruby implementation of the CIM meta model.
Instances of Cim classes are used to define a CIM schema, often represented as a +.mof+ file.
See www.dmtf.org/standards/cim and www.dmtf.org/education/mof for details
rubygems.org/gems/mof is a parser for .mof files and the primary consumer of the cim gem.
require 'cim'
After checking out the source, run:
$ rake newb
This task will install any missing dependencies, run the tests/specs, and generate the RDoc.
(The Ruby License)
Copyright (c) 2010 Klaus Kämpf <kkaempf@suse.de>
See www.ruby-lang.org/en/LICENSE.txt for the full text