diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-11-12 13:30:42 -0800 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-11-12 21:31:58 +0000 |
| commit | fe1f8cd129cdfc23378e2c07f59e2a84bcbc7367 (patch) | |
| tree | d4e2c05cab964778f6f5b7319b2a6faeb8896e9d | |
| parent | 07e78e31c6ebd2f6add2493aa072f45a57aec3b9 (diff) | |
[ruby/erb] Drop a deprecated constant ERB::Revision
https://github.com/ruby/erb/commit/1f83b2578f
| -rw-r--r-- | lib/erb.rb | 3 |
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: |
