Sha256: cccfbdd78c364d2f4e03c645c7e73221a39d52b6d29e40af6e0f317b01a3fade
Contents?: true
Size: 322 Bytes
Versions: 2
Compression:
Stored size: 322 Bytes
Contents
module Joybox module Actions class Sequence def self.defaults { actions:[] } end def self.with(options = {}) options = options.nil? ? defaults : defaults.merge!(options) CCSequence.actionWithArray(options[:actions]) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
joybox-1.0.0 | motion/joybox/actions/sequence.rb |
joybox-0.0.6 | motion/joybox/actions/sequence.rb |