# File lib/yard/cli/yardoc.rb, line 46
      def yardopts
        IO.read(options_file).split(/\s+/)
      rescue Errno::ENOENT
        []
      end