Sha256: 5a19c30aa479c81f4f77b002745769f0eb1383f1be2cfd6170ffb1325f6496a0

Contents?: true

Size: 190 Bytes

Versions: 1

Compression:

Stored size: 190 Bytes

Contents

module Milestoner
  module Aids
    # Augments an object with Git support.
    module Git
      def git_supported?
        File.exist? File.join(Dir.pwd, ".git")
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
milestoner-0.4.0 lib/milestoner/aids/git.rb