Method: EDL::TimewarpMatcher#initialize
- Defined in:
- lib/edl.rb
#initialize(fps) ⇒ TimewarpMatcher
Returns a new instance of TimewarpMatcher.
210 211 212 213 |
# File 'lib/edl.rb', line 210 def initialize(fps) @fps = fps @regexp = /M2(\s+)(\w+)(\s+)(\-?\d+\.\d+)(\s+)(\d{1,2}):(\d{1,2}):(\d{1,2}):(\d{1,2})/ end |