Module: Relaton::Plateau

Defined in:
lib/relaton/plateau.rb,
lib/relaton/plateau/util.rb,
lib/relaton/plateau/cover.rb,
lib/relaton/plateau/parser.rb,
lib/relaton/plateau/bibitem.rb,
lib/relaton/plateau/fetcher.rb,
lib/relaton/plateau/version.rb,
lib/relaton/plateau/processor.rb,
lib/relaton/plateau/stagename.rb,
lib/relaton/plateau/xml_parser.rb,
lib/relaton/plateau/bibliography.rb,
lib/relaton/plateau/document_type.rb,
lib/relaton/plateau/hash_converter.rb,
lib/relaton/plateau/handbook_parser.rb,
lib/relaton/plateau/technical_report_parser.rb

Defined Under Namespace

Modules: Bibliography, HashConverter, Util Classes: BibItem, Cover, DocumentType, Error, Fetcher, HandbookParser, Parser, Processor, Stagename, TechnicalReportParser, XMLParser

Constant Summary collapse

VERSION =
"1.19.1"

Class Method Summary collapse

Class Method Details

.grammar_hashObject



18
19
20
# File 'lib/relaton/plateau.rb', line 18

def self.grammar_hash
  Digest::MD5.hexdigest Relaton::Plateau::VERSION + RelatonBib::VERSION # grammars
end