mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
4 lines
64 B
Ruby
4 lines
64 B
Ruby
# frozen_string_literal: true
|
|
class ERB
|
|
VERSION = '5.0.2'
|
|
end
|