Module: TaxGenerator

Defined in:
lib/tax_generator/version.rb,
lib/tax_generator/cli.rb,
lib/tax_generator/application.rb,
lib/tax_generator/classes/processor.rb,
lib/tax_generator/classes/destination.rb,
lib/tax_generator/classes/file_creator.rb,
lib/tax_generator/classes/taxonomy_node.rb,
lib/tax_generator/classes/taxonomy_tree.rb,
lib/tax_generator/helpers/application_helper.rb

Overview

Returns the version of the gem as a Gem::Version

Defined Under Namespace

Modules: ApplicationHelper, VERSION Classes: Application, CLI, Destination, FileCreator, Processor, TaxonomyNode, TaxonomyTree

Class Method Summary collapse

Class Method Details

.gem_versionString

it prints the gem version as a string

Returns:

  • (String)


8
9
10
# File 'lib/tax_generator/version.rb', line 8

def self.gem_version
  Gem::Version.new VERSION::STRING
end