Sha256: 74df7e9e049d5b4e77f846c94627503ab3a6c4efe99273ef98a1d933e1d68d77
Contents?: true
Size: 298 Bytes
Versions: 1
Compression:
Stored size: 298 Bytes
Contents
module ActiveSupport # Returns the version of the currently loaded ActiveSupport as a Gem::Version def self.version Gem::Version.new "4.0.10.rc1" end module VERSION #:nodoc: MAJOR, MINOR, TINY, PRE = ActiveSupport.version.segments STRING = ActiveSupport.version.to_s end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activesupport-4.0.10.rc1 | lib/active_support/version.rb |