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
-
.gem_version ⇒ String
it prints the gem version as a string.
Class Method Details
.gem_version ⇒ String
it prints the gem version as a string
:nocov:
12 13 14 |
# File 'lib/celluloid_pubsub/version.rb', line 12 def self.gem_version Gem::Version.new VERSION::STRING end |