Show
Ignore:
Timestamp:
11/12/2007 10:16:46 (10 months ago)
Author:
why
Message:

* Rakefile: build fast_xs, along with hpricot_scan.
* lib/hpricot: use String.fast_xs in place of Hpricot.xs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/hpricot/traverse.rb

    r155 r156  
    817817      altered! 
    818818      self.raw_attributes ||= {} 
    819       self.raw_attributes[name.to_s] = Hpricot.xs(val) 
     819      self.raw_attributes[name.to_s] = val.fast_xs 
    820820    end 
    821821    alias_method :[]=, :set_attribute