Changeset 149

Show
Ignore:
Timestamp:
06/05/2007 00:00:32 (18 months ago)
Author:
why
Message:
  • lib/hpricot/traverse.rb: removed references to Hpricot::Loc.
Files:
1 modified

Legend:

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

    r145 r149  
    566566    # of A element. 
    567567    # 
    568     # It yields Hpricot::Text (or Hpricot::Loc) and URI for each hyperlink. 
     568    # It yields Hpricot::Text and URI for each hyperlink. 
    569569    # 
    570570    # The URI objects are created with a base URI which is given by 
     
    591591    # of A element. 
    592592    # 
    593     # It yields Hpricot::Text or Hpricot::Loc. 
     593    # It yields Hpricot::Text. 
    594594    # 
    595595    # Note that +each_hyperlink+ yields HTML href attribute of BASE element.