Sha256: c4f1c2d67b6fcbe9727148097d014f46d6376f6f1a14f6e5b2ab8516ede4365d

Contents?: true

Size: 217 Bytes

Versions: 1

Compression:

Stored size: 217 Bytes

Contents

require "spring_standalone/version"

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spring_standalone-0.1.13 lib/spring_standalone/client/version.rb