Class: File
- Inherits:
-
Object
- Object
- File
- Defined in:
- lib/transcriptic/core_ext/file.rb
Class Method Summary collapse
Class Method Details
.transcriptic_project?(path) ⇒ Boolean
3 4 5 |
# File 'lib/transcriptic/core_ext/file.rb', line 3 def transcriptic_project?(path) File.exists?(File.join(path, 'Labfile')) end |