mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
6 lines
107 B
Ruby
6 lines
107 B
Ruby
# frozen_string_literal: true
|
|
|
|
class CSV
|
|
# The version of the installed library.
|
|
VERSION = "3.2.8"
|
|
end
|