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