Sha256: 678cc8cdf3d43baa0702fa4aa98a6150f35267082c4e0bf34c3e4d9a4f9133cb

Contents?: true

Size: 229 Bytes

Versions: 1

Compression:

Stored size: 229 Bytes

Contents

module Pronto
  module Version
    STRING = '0.11.1'.freeze

    MSG = '%s (running on %s %s %s)'.freeze

    module_function

    def verbose
      format(MSG, STRING, RUBY_ENGINE, RUBY_VERSION, RUBY_PLATFORM)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pronto-0.11.1 lib/pronto/version.rb