Module: CherryPickingMoments

Defined in:
lib/cherry_picking_moments.rb,
lib/cherry_picking_moments/version.rb,
lib/cherry_picking_moments/parapara.rb

Defined Under Namespace

Classes: HammingDistance, Image, Movie, Parapara

Constant Summary collapse

VERSION =
"0.2.0"

Class Method Summary collapse

Class Method Details

.movie(source_file) ⇒ Object



5
6
7
# File 'lib/cherry_picking_moments.rb', line 5

def self.movie(source_file)
  Movie.new(source_file)
end