6 lines
92 B
Ruby
6 lines
92 B
Ruby
# frozen_string_literal: true
|
|
class ERB
|
|
VERSION = '4.0.2'
|
|
private_constant :VERSION
|
|
end
|