class Bagel::Video::ClipBuilderFactory
Constants
- BUILDERS
Public Class Methods
for(type, data)
click to toggle source
# File lib/bagel/video/clip_builder_factory.rb, line 9 def self.for(type, data) BUILDERS[type].new(data) end