Class: Lutaml::Uml::Parsers::Yaml
- Inherits:
-
Object
- Object
- Lutaml::Uml::Parsers::Yaml
- Defined in:
- lib/lutaml/uml/parsers/yaml.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.parse(yaml_path, options = {}) ⇒ Object
10 11 12 |
# File 'lib/lutaml/uml/parsers/yaml.rb', line 10 def self.parse(yaml_path, = {}) new.parse(yaml_path, ) end |