summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2025-11-12 13:30:42 -0800
committergit <svn-admin@ruby-lang.org>2025-11-12 21:31:58 +0000
commitfe1f8cd129cdfc23378e2c07f59e2a84bcbc7367 (patch)
treed4e2c05cab964778f6f5b7319b2a6faeb8896e9d
parent07e78e31c6ebd2f6add2493aa072f45a57aec3b9 (diff)
[ruby/erb] Drop a deprecated constant ERB::Revision
https://github.com/ruby/erb/commit/1f83b2578f
-rw-r--r--lib/erb.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/erb.rb b/lib/erb.rb
index 10771dcf8c..445d4795b0 100644
--- a/lib/erb.rb
+++ b/lib/erb.rb
@@ -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: