We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 205f42c commit 1f855f7Copy full SHA for 1f855f7
1 file changed
sig/unit_test/type_assertions.rbs
@@ -179,7 +179,7 @@ module RBS
179
#
180
def assert_type: (String | Types::t value_type, untyped value) -> void
181
182
- # Asserts if given `value` has a type of `value_type`
+ # Asserts if RBS definition declares given `method_name` with `visibility`
183
184
def assert_visibility: (:private | :public visibility, Symbol method_name) -> void
185
0 commit comments