Class: Relaton::RfcBib::Processor

Inherits:
Processor
  • Object
show all
Defined in:
lib/relaton/processor.rb

Instance Method Summary collapse

Constructor Details

#initializeProcessor

Returns a new instance of Processor.



6
7
8
9
# File 'lib/relaton/processor.rb', line 6

def initialize
  @short = :rfcbib
  @prefix = /^(IETF (Standard )?)?(RFC |I-D\.-)/
end

Instance Method Details

#get(code, date, opts) ⇒ Object



11
12
13
# File 'lib/relaton/processor.rb', line 11

def get(code, date, opts)
  ::RfcBib::RfcBibliography.get(code, date, opts)
end