lib/gnawrnip/photographer.rb in gnawrnip-0.2.5 vs lib/gnawrnip/photographer.rb in gnawrnip-0.3.0

- old
+ new

@@ -8,17 +8,9 @@ def reset! frames.clear end - # - # Close tempfiles. - # - def discard! - frames.compact.each(&:close!) - reset! - end - def frames @frames ||= [] end end end