Skip to content

Commit 06e8035

Browse files
committed
Add type_definition.rbs
1 parent 2aed003 commit 06e8035

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module RubyHeaderParser
2+
class TypeDefinition
3+
attr_accessor name: String
4+
5+
def initialize: (name: String) -> void
6+
7+
def ==: (untyped other) -> bool
8+
end
9+
end

0 commit comments

Comments
 (0)