Method: YARD::Server::LibraryVersion#version

Defined in:
lib/yard/server/library_version.rb

#versionString

Returns the version of the specific library.

Returns:

  • (String)

    the version of the specific library

Since:

  • 0.6.0



99
100
101
# File 'lib/yard/server/library_version.rb', line 99

def version
  @version
end