Method: EDL::EffectMatcher#initialize
- Defined in:
- lib/edl.rb
#initialize ⇒ EffectMatcher
Returns a new instance of EffectMatcher.
195 196 197 |
# File 'lib/edl.rb', line 195 def initialize super(/\*\s*EFFECT NAME:(\s+)(.+)/) end |
Returns a new instance of EffectMatcher.
195 196 197 |
# File 'lib/edl.rb', line 195 def initialize super(/\*\s*EFFECT NAME:(\s+)(.+)/) end |