mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
5 lines
68 B
Ruby
5 lines
68 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Matrix
|
|
VERSION = "0.2.0"
|
|
end
|