summaryrefslogtreecommitdiff
path: root/lib/rdoc/ri/store.rb
blob: 9f4b03734aff5af26e8883844829608834fd3c05 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true
module RDoc::RI

  Store = RDoc::Store # :nodoc:

end