module Chake

Constants

Connection
VERSION

Attributes

nodes[RW]

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