Sha256: 7db948afc88db61ddfb918beede40a8b0beb9e85b00916d04d44c31cc8950544
Contents?: true
Size: 304 Bytes
Versions: 1
Compression:
Stored size: 304 Bytes
Contents
module VCR extend self def version @version ||= begin string = '1.3.2' def string.parts; VCR.version.split('.').map { |p| p.to_i }; end def string.major; parts[0]; end def string.minor; parts[1]; end def string.patch; parts[2]; end string end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vcr-1.3.2 | lib/vcr/version.rb |