Sha256: ed1dc7f93ab4f4e48ee737a67108dc1ea9ab40ac1b6ab9c8d88ff2bcab6cfe98

Contents?: true

Size: 117 Bytes

Versions: 10

Compression:

Stored size: 117 Bytes

Contents

module FFMpeg
  module HelperMethods
    def returning(value)
      yield  value
      return value
    end
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
polly-ffmpeg-0.1.1 lib/ffmpeg/helper_methods.rb
polly-ffmpeg-0.1.2 lib/ffmpeg/helper_methods.rb
polly-ffmpeg-0.1.3 lib/ffmpeg/helper_methods.rb
polly-ffmpeg-0.1.5 lib/ffmpeg/helper_methods.rb
polly-ffmpeg-0.1.6 lib/ffmpeg/helper_methods.rb
polly-ffmpeg-0.1.7 lib/ffmpeg/helper_methods.rb
polly-ffmpeg-0.1.8 lib/ffmpeg/helper_methods.rb
polly-ffmpeg-0.1.9 lib/ffmpeg/helper_methods.rb
polly-ffmpeg-0.2.1 lib/ffmpeg/helper_methods.rb
ffmpeg-0.2.5 lib/ffmpeg/helper_methods.rb