Skip to content

Commit

Permalink
Merge pull request #449 from stomar/ri-use-cache
Browse files Browse the repository at this point in the history
Remove unused use_cache default option for ri
  • Loading branch information
hsbt authored Apr 20, 2017
2 parents 210ab2c + 5d8d933 commit e02728f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rdoc/ri/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def self.default_options
options[:interactive] = false
options[:profile] = false
options[:show_all] = false
options[:use_cache] = true
options[:use_stdout] = !$stdout.tty?
options[:width] = 72

Expand Down

0 comments on commit e02728f

Please sign in to comment.