Sha256: 2fe77f1c034bb51b0619a61d5aa7acedfdd6b04180e1b0a2205319276ed710cd

Contents?: true

Size: 182 Bytes

Versions: 1

Compression:

Stored size: 182 Bytes

Contents

require "spring-jruby/version"

module Spring
  module Client
    class Version < Command
      def call
        puts "Spring version #{Spring::VERSION}"
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spring-jruby-1.4.3 lib/spring-jruby/client/version.rb