mirror of
https://github.com/ruby/ruby.git
synced 2026-01-29 21:44:28 +00:00
11 lines
106 B
Ruby
11 lines
106 B
Ruby
# frozen_string_literal: true
|
|
|
|
module RDoc
|
|
|
|
##
|
|
# RDoc version you are using
|
|
|
|
VERSION = '6.7.0'
|
|
|
|
end
|