Sha256: 9a0f102c711aaead30ab3083d9b2e25a622453b3231bcbda08a1046dd2140795
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
# frozen_string_literal:true require 'rfcbib/scrapper' module RfcBib # RFC bibliography module module RfcBibliography class << self def search(text) Scrapper.scrape_page text end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rfcbib-0.1.1 | lib/rfcbib/rfc_bibliography.rb |