mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
10 lines
108 B
Ruby
10 lines
108 B
Ruby
# frozen_string_literal: true
|
|
|
|
module RDoc
|
|
|
|
##
|
|
# RDoc version you are using
|
|
|
|
VERSION = '6.6.3.1'
|
|
|
|
end
|