mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 05:24:23 +00:00
6 lines
92 B
Ruby
6 lines
92 B
Ruby
# frozen_string_literal: true
|
|
class ERB
|
|
VERSION = '4.0.4'
|
|
private_constant :VERSION
|
|
end
|