Sha256: 57adbf2d19fa485a1e64e00a2f9098e836e82a20b3af373cc0c1d8f62efe3b1f
Contents?: true
Size: 344 Bytes
Versions: 205
Compression:
Stored size: 344 Bytes
Contents
module Origen class Application class CommandDispatcher # Returns true if some pre-built workspace snaphots # exist. The location of these is defined by the configuration # attribute config.snapshots_directory def snapshots_exist? File.exist?(Origen.config.snapshots_directory) end end end end
Version data entries
205 entries across 205 versions & 1 rubygems