Module: Specimen

Extended by:
ActiveSupport::Autoload
Defined in:
lib/specimen.rb,
lib/specimen/cli.rb,
lib/specimen/version.rb,
lib/specimen/commands.rb,
lib/specimen/generator.rb,
lib/specimen/cli/default_command.rb,
lib/specimen/generator/file_by_template.rb,
lib/specimen/generator/specimen_project.rb,
lib/specimen/generator/specimen_project_config.rb

Defined Under Namespace

Modules: CLI, Commands, Generator, VERSION

Class Method Summary collapse

Class Method Details

.gem_versionObject

Returns the currently loaded version of Rails as a Gem::Version.



5
6
7
# File 'lib/specimen/version.rb', line 5

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