module ActiveEvent
Public Class Methods
version()
click to toggle source
Returns the version of the currently loaded ActiveEvent
as a Gem::Version
# File lib/active_event/version.rb, line 3 def self.version Gem::Version.new '0.5.3' end