6 7 8 9 10
# File 'lib/extcite/methods_string.rb', line 6 def write_bib(file) File.open(file, 'a') do |f| f.puts self end end