Sha256: 825ec2ed3143529a874d081fda1a65caf7b46c001d5ffe212254527db7cad7d9
Contents?: true
Size: 292 Bytes
Versions: 1
Compression:
Stored size: 292 Bytes
Contents
# frozen_string_literal: true module WhereLower # String form of version, to be parsed by Gem::Version VERSION = "0.3.4" # 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.4 | lib/where_lower/version.rb |