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