Sha256: 322d49c516a63ccd09ff51d8b5de5fc7a0d04c94b88cf2259f12d56b2d171169
Contents?: true
Size: 176 Bytes
Versions: 51
Compression:
Stored size: 176 Bytes
Contents
require "spring/version" module Spring module Client class Version < Command def call puts "Spring version #{Spring::VERSION}" end end end end
Version data entries
51 entries across 51 versions & 3 rubygems