Class: Origen::Application::CommandDispatcher
- Defined in:
- lib/origen/application/command_dispatcher.rb
Instance Method Summary collapse
-
#snapshots_exist? ⇒ Boolean
Returns true if some pre-built workspace snaphots exist.
Instance Method Details
#snapshots_exist? ⇒ Boolean
Returns true if some pre-built workspace snaphots exist. The location of these is defined by the configuration attribute config.snapshots_directory
7 8 9 |
# File 'lib/origen/application/command_dispatcher.rb', line 7 def snapshots_exist? File.exist?(Origen.config.snapshots_directory) end |