DEBSOURCES
Skip Quicknav
sources / ruby-spring / 1.1.3-1 / lib / spring / client / version.rb
1234567891011
require "spring/version" module Spring module Client class Version < Command def call puts "Spring version #{Spring::VERSION}" end end end end