# File lib/yard/generators/full_doc_generator.rb, line 34 def readme_file @readme_file ||= [options[:readme]].flatten.compact.find do |readme| File.exists?(readme.to_s) end.to_s end