module CherryPickingMoments

Constants

VERSION

Public Class Methods

movie(source_file) click to toggle source
# File lib/cherry_picking_moments.rb, line 5
def self.movie(source_file)
  Movie.new(source_file)
end