7 lines
84 B
Ruby
7 lines
84 B
Ruby
# frozen_string_literal: true
|
|
module RDoc::RI
|
|
|
|
Store = RDoc::Store # :nodoc:
|
|
|
|
end
|