Module: CelluloidPubsub

Defined in:
lib/celluloid_pubsub/version.rb,
lib/celluloid_pubsub/client.rb,
lib/celluloid_pubsub/helper.rb,
lib/celluloid_pubsub/reactor.rb,
lib/celluloid_pubsub/registry.rb,
lib/celluloid_pubsub/base_actor.rb,
lib/celluloid_pubsub/web_server.rb,
lib/celluloid_pubsub/client_connection.rb,
lib/celluloid_pubsub/gem_version_parser.rb

Overview

Returns the version of the gem as a Gem::Version

Defined Under Namespace

Modules: BaseActor, Helper, VERSION Classes: Client, ClientConnection, GemVersionParser, Reactor, Registry, WebServer

Class Method Summary collapse

Class Method Details

.gem_versionString

it prints the gem version as a string

:nocov:

Returns:

  • (String)


12
13
14
# File 'lib/celluloid_pubsub/version.rb', line 12

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