Skip to content

Commit cfc783a

Browse files
committed
Expose find_* utility methods
1 parent fd43c2b commit cfc783a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sig/locator.rbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ module RBS
3737
#
3838
def find2: (line: Integer, column: Integer) -> [Symbol?, Array[component]]?
3939

40-
private
41-
4240
def find_in_directive: (Integer pos, AST::Directives::t, Array[component]) -> bool
4341

4442
def find_in_decl: (Integer pos, decl: AST::Declarations::t, array: Array[component]) -> bool

0 commit comments

Comments
 (0)