Class: Hpricot::Elem

Inherits:
Object
  • Object
show all
Defined in:
lib/bank_crawlers/hapoalim/hpricot_patches.rb

Instance Method Summary collapse

Instance Method Details

#clean_textObject



2
3
4
5
# File 'lib/bank_crawlers/hapoalim/hpricot_patches.rb', line 2

def clean_text
  search('script').remove
  inner_text
end