sig/annotate/rdoc_annotater.rbs in rbs-2.1.0 vs sig/annotate/rdoc_annotater.rbs in rbs-2.2.0
- old
+ new
@@ -6,10 +6,10 @@
attr_accessor include_arg_lists: bool
attr_accessor include_filename: bool
def initialize: (source: RDocSource) -> void
- def annotate_file: (Pathname) -> void
+ def annotate_file: (Pathname, preserve: bool) -> void
def annotate_decls: (Array[AST::Declarations::t], ?outer: Array[Namespace]) -> void
interface _PathTester
def test_path: (String) -> bool