Returns the source path for a disk source.
Returns:
the source path for a disk source
Since:
0.6.0
243 244 245
# File 'lib/yard/server/library_version.rb', line 243 def source_path_for_disk File.dirname(yardoc_file) if yardoc_file end