Skip to content

Commit b57063d

Browse files
committed
Add undeclared methods
1 parent ba6b5a1 commit b57063d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sig/annotate/rdoc_source.rbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ module RBS
2525
| (TypeName, singleton_method: Symbol) -> Array[RDoc::AnyMethod]?
2626

2727
def find_attribute: (TypeName, Symbol, singleton: bool) -> Array[RDoc::Attr]?
28+
29+
def class_docs: (TypeName) -> Array[::RDoc::Markup::Document | ::RDoc::Comment | ::String]?
2830
end
2931
end
3032
end

sig/cli.rbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ module RBS
8080

8181
def run_subtract: (Array[String], top) -> void
8282

83+
def run_diff: (Array[String], LibraryOptions) -> void
84+
8385
def test_opt: (LibraryOptions) -> String?
8486

8587
def collection_options: (Array[String]) -> OptionParser

0 commit comments

Comments
 (0)