Sha256: 0480d58343778e2d795ef197d1c3f8788cc99ac092441a12ee6aac3a566b6ea6

Contents?: true

Size: 155 Bytes

Versions: 1

Compression:

Stored size: 155 Bytes

Contents

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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