class AsyncActiveJob::CLI::Commands::Version

Public Instance Methods

call(*) click to toggle source
# File lib/async_active_job/cli.rb, line 15
def call(*)
  Rails.logger.debug AsyncActiveJob::VERSION
end