aboutsummaryrefslogtreecommitdiff
path: root/ruby/types.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/types.rb')
-rw-r--r--ruby/types.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/ruby/types.rb b/ruby/types.rb
new file mode 100644
index 0000000..a7ce285
--- /dev/null
+++ b/ruby/types.rb
@@ -0,0 +1,5 @@
+class List < Array
+end
+
+class Vector < Array
+end