mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 13:04:22 +00:00
6 lines
68 B
Ruby
6 lines
68 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Matrix
|
|
VERSION = "0.3.0"
|
|
end
|