Sha256: 510bdbc46d7cc86c910d98d736fbe7ff98c8b034cfe554a5e367d56e30eda976
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
module ActiveModel # Returns the version of the currently loaded ActiveModel as a Gem::Version def self.version Gem::Version.new "4.0.6.rc1" end module VERSION #:nodoc: MAJOR, MINOR, TINY, PRE = ActiveModel.version.segments STRING = ActiveModel.version.to_s end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activemodel-4.0.6.rc1 | lib/active_model/version.rb |