Sha256: de86e4f57342daa7dc2b798c7b1e01a858bdf52670477dca1797430fef0342af
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 Bytes
Contents
module VCR extend self def version @version ||= begin string = [1, 1, 1].join('.') 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.1.1 | lib/vcr/version.rb |