Skip to content

Commit d85d02d

Browse files
committed
With no hints
1 parent 572c898 commit d85d02d

File tree

2 files changed

+209
-9
lines changed

2 files changed

+209
-9
lines changed

sig/matrix.rbs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +0,0 @@
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)