Method: Bio::NCBIDB::Common#version

Defined in:
lib/bio/db/genbank/common.rb

#versionObject

Returns the VERSION part of the acc_version as a Fixnum



67
68
69
# File 'lib/bio/db/genbank/common.rb', line 67

def version
  acc_version.split(/\./).last.to_i
end