Sha256: f640ffd3d47566495aa282f96ee7b1bdcbbf65afc96d121b48e55a4a4180c8b8
Contents?: true
Size: 261 Bytes
Versions: 1
Compression:
Stored size: 261 Bytes
Contents
module WhereLower # String form of version, to be parsed by Gem::Version VERSION = "0.3.1" # Return a version object instead of just a string for easier comparison # # @return [Gem::Version] def self.version Gem::Version.new(VERSION) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
where_lower-0.3.1 | lib/where_lower/version.rb |