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
10
# File 'lib/relaton/processor.rb', line 6

def initialize
  @short = :rfcbib
  @prefix = "IETF"
  @defaultprefix = /^RFC /
end

Instance Method Details

#get(code, date, opts) ⇒ Object



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

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