11 lines
106 B
Ruby
11 lines
106 B
Ruby
# frozen_string_literal: true
|
|
|
|
module RDoc
|
|
|
|
##
|
|
# RDoc version you are using
|
|
|
|
VERSION = '6.5.0'
|
|
|
|
end
|