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_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, TaxonomyTree
Class Method Summary collapse
-
.gem_version ⇒ String
it prints the gem version as a string.
Class Method Details
.gem_version ⇒ String
it prints the gem version as a string
8 9 10 |
# File 'lib/tax_generator/version.rb', line 8 def self.gem_version Gem::Version.new VERSION::STRING end |