Skip to content

Commit e7647f4

Browse files
committed
With basic hint
1 parent d85d02d commit e7647f4

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

sig/matrix.rbs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
type numeric = Integer | Float | Rational | Complex
2+
3+
class Matrix
4+
@rows : Array[Array[numeric]]
5+
end
6+
7+
class Vector
8+
@elements : Array[numeric]
9+
end

0 commit comments

Comments
 (0)