module TaxonReporter

Constants

VERSION

Public Class Methods

report(name) click to toggle source
# File lib/taxon_reporter.rb, line 14
def self.report(name); Report.new(name); end
version() click to toggle source
# File lib/taxon_reporter.rb, line 10
def self.version
  VERSION
end