class Governator::PageScraper

Attributes

raw[R]

Public Class Methods

new(raw) click to toggle source
# File lib/governator/page_scraper.rb, line 7
def initialize(raw)
  @raw = raw
end

Public Instance Methods

nbsp() click to toggle source
# File lib/governator/page_scraper.rb, line 11
def nbsp
  @_nbsp ||= Nokogiri::HTML(' ').text
end