Sha256: 78cd7367161ac5405c13bf92e7a0c32ca581945a49d477ca05fc670c62e3471c

Contents?: true

Size: 160 Bytes

Versions: 1

Compression:

Stored size: 160 Bytes

Contents

#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

module CoffeeWithoutNodejs
  VERSION = [0, 8, 0]

  class << VERSION
    def to_s
      join(?.)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
coffee_without_nodejs-0.8.0 lib/coffee_without_nodejs/version.rb