Module: FLV::Edit::Processor::Dispatcher::ClassMethods

Defined in:
lib/flvedit/processor/dispatcher.rb

Instance Method Summary collapse

Instance Method Details

#absorb(*events) ⇒ Object

Call give a list of events of #absorb to always absorb chunks of these types.



103
104
105
# File 'lib/flvedit/processor/dispatcher.rb', line 103

def absorb(*events)
  events.each{|evt| alias_method evt, :absorb}
end