module RfcBib::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/rfcbib/rfc_bibliography.rb, line 19 def get(code, _year, _opts) search code end
search(text)
click to toggle source
@param code [String] the ISO standard Code to look up (e..g “ISO 9000”) @return [IsoBibItem::BibliographicItem]
# File lib/rfcbib/rfc_bibliography.rb, line 11 def search(text) Scrapper.scrape_page text end