Class: Relaton::RfcBib::Processor
- Inherits:
-
Processor
- Object
- Processor
- Relaton::RfcBib::Processor
- Defined in:
- lib/relaton/processor.rb
Instance Method Summary collapse
- #get(code, date, opts) ⇒ Object
-
#initialize ⇒ Processor
constructor
A new instance of Processor.
Constructor Details
#initialize ⇒ Processor
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 |