module CelluloidPubsub
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 :nocov:
# File lib/celluloid_pubsub/version.rb, line 12 def self.gem_version Gem::Version.new VERSION::STRING end