Method: Transcriptic::Labfile#initialize
- Defined in:
- lib/transcriptic/labfile.rb
#initialize(path) ⇒ Labfile
Returns a new instance of Labfile.
17 18 19 20 21 |
# File 'lib/transcriptic/labfile.rb', line 17 def initialize(path) @filepath = path = Hash.new @dependencies = [] end |