class YARD::Server::LibraryVersion
def eql?(other)
-
(Boolean)
- whether another LibraryVersion is equal to this one
def eql?(other) other.is_a?(LibraryVersion) && other.name == name && other.version == version && other.yardoc_file == yardoc_file end