Module: FileHelper::TestSymlinks::Files::Names
- Included in:
- FileHelper::TestSymlinks::Files
- Defined in:
- lib/file_spec/file_helpers/test_symlinks.rb
Instance Method Summary collapse
Instance Method Details
#sym_test_file ⇒ Object
5 6 7 |
# File 'lib/file_spec/file_helpers/test_symlinks.rb', line 5 def sym_test_file "sym-#{test_file}" end |
#sym_test_file2 ⇒ Object
9 10 11 |
# File 'lib/file_spec/file_helpers/test_symlinks.rb', line 9 def sym_test_file2 "sym-#{test_file2}" end |
#sym_test_files ⇒ Object
13 14 15 |
# File 'lib/file_spec/file_helpers/test_symlinks.rb', line 13 def sym_test_files [sym_test_file, sym_test_file2] end |