lib/edl/transition.rb in edl-0.1.3 vs lib/edl/transition.rb in edl-0.1.4

- old
+ new

@@ -18,6 +18,9 @@ class Wipe < Transition # Which SMPTE wipe is needed attr_accessor :smpte_wipe_index end + + class Key < Transition + end end \ No newline at end of file