Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/extcite/methods_array.rb
Overview
Array methods
Instance Method Summary collapse
Instance Method Details
#write_bib(file) ⇒ Object
3 4 5 6 7 |
# File 'lib/extcite/methods_array.rb', line 3 def write_bib(file) File.open(file, 'a') do |f| f.puts self end end |