Class: File

Inherits:
Object
  • Object
show all
Defined in:
lib/transcriptic/core_ext/file.rb

Class Method Summary collapse

Class Method Details

.transcriptic_project?(path) ⇒ Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/transcriptic/core_ext/file.rb', line 3

def transcriptic_project?(path)
  File.exists?(File.join(path, 'Labfile'))
end