Method: Bibtex::Bibliography#initialize
- Defined in:
- lib/bibtex/bibliography.rb
#initialize ⇒ Bibliography
Returns a new instance of Bibliography.
8 9 10 |
# File 'lib/bibtex/bibliography.rb', line 8 def initialize @entries = {} end |