diff options
Diffstat (limited to 'lib/rdoc/ri/store.rb')
-rw-r--r-- | lib/rdoc/ri/store.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rdoc/ri/store.rb b/lib/rdoc/ri/store.rb index 9fa9bbb03c..66e234f521 100644 --- a/lib/rdoc/ri/store.rb +++ b/lib/rdoc/ri/store.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: false module RDoc::RI Store = RDoc::Store # :nodoc: |