class Origen::Application::CommandDispatcher
Public Instance Methods
Source
# File lib/origen/application/command_dispatcher.rb, line 7 def snapshots_exist? File.exist?(Origen.config.snapshots_directory) end
Returns true if some pre-built workspace snaphots exist. The location of these is defined by the configuration attribute config.snapshots_directory