class Hpricot::Elem

Public Instance Methods

clean_text() click to toggle source
# File lib/bank_crawlers/hapoalim/hpricot_patches.rb, line 2
def clean_text
  search('script').remove
  inner_text
end