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