lib/lutaml/uml/abstraction.rb in lutaml-uml-0.1.0 vs lib/lutaml/uml/abstraction.rb in lutaml-uml-0.2.0

- old
+ new

@@ -1,9 +1,11 @@ +# frozen_string_literal: true + ## ## Behaviour metamodel ## -module Lutaml::Uml - -class Abstraction < Dependency -end - +module Lutaml + module Uml + class Abstraction < Dependency + end + end end