mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 21:14:28 +00:00
6 lines
93 B
Ruby
6 lines
93 B
Ruby
# frozen_string_literal: true
|
|
class ERB
|
|
# The string \ERB version.
|
|
VERSION = '6.0.1'
|
|
end
|