Sha256: 47c0841a6f73eaca52637ae4d6bda8641e23a952d737afd2d1f8e7454d1de5e3

Contents?: true

Size: 155 Bytes

Versions: 1

Compression:

Stored size: 155 Bytes

Contents

module PatternMatching #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 1
    TINY  = 3

    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
patternmatching-0.1.3 lib/patternmatching/version.rb