lib/graphwerk/layout.rb in graphwerk-1.0.0 vs lib/graphwerk/layout.rb in graphwerk-1.1.0

- old
+ new

@@ -1,8 +1,9 @@ # typed: strict # frozen_string_literal: true module Graphwerk + # https://graphviz.org/documentation/#layout-manual-pages class Layout < T::Enum enums do Dot = new Neato = new Fdp = new