Sha256: e27f97326f104642695f6fdcf6992f9530ef5071e1d1dd2601d66629cd74a5ff

Contents?: true

Size: 160 Bytes

Versions: 1

Compression:

Stored size: 160 Bytes

Contents

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

module CoffeeWithoutNodejs
  VERSION = [0, 9, 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.9.0 lib/coffee_without_nodejs/version.rb