Module: ActiveJob
Class Method Summary
-
.gem_version
Returns the version of the currently loaded Active Job as a
Gem::Version
-
.version
Returns the version of the currently loaded Active Job as a
Gem::Version
::ActiveSupport::Autoload - Extended
Class Method Details
.gem_version
Returns the version of the currently loaded Active Job as a Gem::Version
.version
Returns the version of the currently loaded Active Job as a Gem::Version
# File 'activejob/lib/active_job/version.rb', line 5
def self.version gem_version end