Sha256: aaf814035330725413a04300a1b3e9b3a50bd2d3108a793bec1a22d92972a484

Contents?: true

Size: 160 Bytes

Versions: 1

Compression:

Stored size: 160 Bytes

Contents

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

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