diff options
| author | Joel Martin <github@martintribe.org> | 2014-04-10 20:34:29 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-04-10 20:34:29 -0500 |
| commit | f705f0fce151863091ad77753105f0d15270edec (patch) | |
| tree | 788691596846567abec1606131c972d24211604c /ruby/types.rb | |
| parent | 712af9efbe15a9a65c25ab92ee2a49c8e749ed3d (diff) | |
| download | mal-f705f0fce151863091ad77753105f0d15270edec.tar.gz mal-f705f0fce151863091ad77753105f0d15270edec.zip | |
Ruby: step0, step1
Diffstat (limited to 'ruby/types.rb')
| -rw-r--r-- | ruby/types.rb | 5 |
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 |
