Method: Spider::Model::Storage::BaseStorage#sequence_file_path
- Defined in:
- lib/spiderfw/model/storage/base_storage.rb
#sequence_file_path(name) ⇒ String
Returns Path to the sequence file.
406 407 408 409 |
# File 'lib/spiderfw/model/storage/base_storage.rb', line 406 def sequence_file_path(name) path = File.join(Spider.paths[:var], 'sequences', name) return path end |