[ruby/erb] Drop a deprecated constant ERB::Revision

https://github.com/ruby/erb/commit/1f83b2578f
This commit is contained in:
Takashi Kokubun 2025-11-12 13:30:42 -08:00 committed by git
parent 07e78e31c6
commit fe1f8cd129

View File

@ -778,9 +778,6 @@ require 'erb/util'
# [template processor]: https://en.wikipedia.org/wiki/Template_processor
#
class ERB
Revision = '$Date:: $' # :nodoc: #'
deprecate_constant :Revision
# :markup: markdown
#
# :call-seq: