lib/citeproc/ruby/renderer/history.rb in citeproc-ruby-1.0.2 vs lib/citeproc/ruby/renderer/history.rb in citeproc-ruby-1.0.3

- old
+ new

@@ -31,9 +31,14 @@ end def bibliography memory['bibliography'] end + + def discard + memory.clear + self + end end end end end