module Biodiversity

Biodiversity module provides a namespace for scientific name parser.

Biodiversity module provides a namespace for scientific name parser.

Constants

GNPARSER_VERSION
VERSION

Public Class Methods

gnparser_version() click to toggle source
# File lib/biodiversity/version.rb, line 12
def self.gnparser_version
  GNPARSER_VERSION
end
version() click to toggle source
# File lib/biodiversity/version.rb, line 8
def self.version
  VERSION
end