Module: FileHelper::TestSymlinks::Dirs::Names
- Included in:
- FileHelper::TestSymlinks::Dirs
- Defined in:
- lib/file_spec/file_helpers/test_symlinks.rb
Instance Method Summary collapse
Instance Method Details
#sym_test_dir ⇒ Object
54 55 56 |
# File 'lib/file_spec/file_helpers/test_symlinks.rb', line 54 def sym_test_dir 'sym-test-dir' end |
#sym_test_dir2 ⇒ Object
58 59 60 |
# File 'lib/file_spec/file_helpers/test_symlinks.rb', line 58 def sym_test_dir2 "#{sym_test_dir}2" end |
#sym_test_dirs ⇒ Object
62 63 64 |
# File 'lib/file_spec/file_helpers/test_symlinks.rb', line 62 def sym_test_dirs [sym_test_dir, sym_test_dir2] end |