lib/bibtex/entry/citeproc_converter.rb in bibtex-ruby-3.1.2 vs lib/bibtex/entry/citeproc_converter.rb in bibtex-ruby-3.1.3
- old
+ new
@@ -127,10 +127,10 @@
when :phdthesis
hash['genre'] = 'PhD thesis'
end
end
- private
+ protected
attr_reader :bibtex, :options
def hash
@hash ||= {}