Module: FFMpeg::HelperMethods

Included in:
FFMpeg
Defined in:
lib/ffmpeg/helper_methods.rb

Instance Method Summary collapse

Instance Method Details

#returning(value) {|value| ... } ⇒ Object

Yields:

  • (value)


3
4
5
6
# File 'lib/ffmpeg/helper_methods.rb', line 3

def returning(value)
  yield  value
  return value
end