gem_version()
Returns the currently loaded version of Action Cable as a `Gem::Version`.
# File actioncable/lib/action_cable/gem_version.rb, line 7 def self.gem_version Gem::Version.new VERSION::STRING end