yamlstruct.rb
Copyright (c) 2005 Thomas Sawyer
Ruby License
This module is free software. You may use, modify, and/or redistribute this
software under the same terms as Ruby.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.
Author(s)
Developer Notes
TODO Currently only supports YAML documents with a map at the top-level.
Conceivably it could support any object.
TODO Is this the best name for this class? Maybe YAMLObject would be better?