Method: ActionCable.version

Defined in:
actioncable/lib/action_cable/version.rb

.versionObject

Returns the currently loaded version of Action Cable as a Gem::Version.



9
10
11
# File 'actioncable/lib/action_cable/version.rb', line 9

def self.version
  gem_version
end