lib/rbs/ancestor_graph.rb in rbs-2.6.0 vs lib/rbs/ancestor_graph.rb in rbs-2.7.0.pre.1
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module RBS
class AncestorGraph
InstanceNode = _ = Struct.new(:type_name, keyword_init: true)
SingletonNode = _ = Struct.new(:type_name, keyword_init: true)