Sha256: a23f3a9ba75f74cb11096c029ea28522bd57e45bc316ca2de124158c18edea15

Contents?: true

Size: 191 Bytes

Versions: 1

Compression:

Stored size: 191 Bytes

Contents

class Proton
  VERSION = "0.3.5"

  # Attribute: version (Proton)
  # Returns the version.
  #
  # ##  Example
  #     Proton.version    #=> "0.2.0"

  def self.version
    VERSION
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
proton-0.3.5 lib/proton/version.rb