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

  Store = RDoc::Store # :nodoc:

end