Skip to content

Commit 9a19f4a

Browse files
committed
Add util.rbs
1 parent a74e6d1 commit 9a19f4a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

sig/ruby_header_parser/util.rbs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module RubyHeaderParser
2+
module Util
3+
def self.find_field: (Array[String] array, String field_name) -> String?
4+
5+
def self.split_signature: (String signature) -> Array[String]
6+
7+
def self.sanitize_type: (String type) -> String
8+
end
9+
end

0 commit comments

Comments
 (0)