There was an error while loading. Please reload this page.
2 parents 729f8db + cf2226d commit 8501e52Copy full SHA for 8501e52
1 file changed
lib/rbs/sorter.rb
@@ -50,6 +50,7 @@ def sort_decl(decl)
50
instance_initialize_methods: [],
51
public_instance_methods: [],
52
private_instance_methods: [],
53
+ other_decls: [],
54
} #: partitioned
55
56
members = decl.members.map { |m| sort_decl m }
0 commit comments