We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba6b5a1 commit b57063dCopy full SHA for b57063d
sig/annotate/rdoc_source.rbs
@@ -25,6 +25,8 @@ module RBS
25
| (TypeName, singleton_method: Symbol) -> Array[RDoc::AnyMethod]?
26
27
def find_attribute: (TypeName, Symbol, singleton: bool) -> Array[RDoc::Attr]?
28
+
29
+ def class_docs: (TypeName) -> Array[::RDoc::Markup::Document | ::RDoc::Comment | ::String]?
30
end
31
32
sig/cli.rbs
@@ -80,6 +80,8 @@ module RBS
80
81
def run_subtract: (Array[String], top) -> void
82
83
+ def run_diff: (Array[String], LibraryOptions) -> void
84
85
def test_opt: (LibraryOptions) -> String?
86
87
def collection_options: (Array[String]) -> OptionParser
0 commit comments