BibTeX::Element
Represents a @comment object.
# File lib/bibtex/elements.rb, line 349 def initialize(content = '') @content = content end
# File lib/bibtex/elements.rb, line 353 def to_s(options = {}) "@comment{ #@content }\n" end