module IETFBib::RfcBibliography

RFC bibliography module

Public Class Methods

get(code, _year, _opts) click to toggle source

@param code [String] the ISO standard Code to look up (e..g “ISO 9000”) @param year [String] the year the standard was published (optional) @param opts [Hash] options; restricted to :all_parts if all-parts reference is required @return [IsoBibItem::BibliographicItem] Relaton of reference

# File lib/ietfbib/rfc_bibliography.rb, line 19
def get(code, _year, _opts)
  search code
end