module CelluloidPubsubRedisAdapter
Returns the version of the gem as a Gem::Version
Public Class Methods
gem_version()
click to toggle source
it prints the gem version as a string
@return [String]
@api public
# File lib/celluloid_pubsub_redis_adapter/version.rb, line 8 def self.gem_version Gem::Version.new VERSION::STRING end