mirror of
https://github.com/ruby/ruby.git
synced 2025-08-16 05:59:00 +02:00
6 lines
84 B
Ruby
6 lines
84 B
Ruby
# frozen_string_literal: true
|
|
module RDoc::RI
|
|
|
|
Store = RDoc::Store # :nodoc:
|
|
|
|
end
|