module Chake

Constants

VERSION

Public Class Methods

tmpdir() click to toggle source
# File lib/chake/tmpdir.rb, line 2
def self.tmpdir
  ENV.fetch('CHAKE_TMPDIR', 'tmp/chake')
end