Changeset 149
- Timestamp:
- 06/05/2007 00:00:32 (18 months ago)
- Files:
-
- 1 modified
-
trunk/lib/hpricot/traverse.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/hpricot/traverse.rb
r145 r149 566 566 # of A element. 567 567 # 568 # It yields Hpricot::Text (or Hpricot::Loc)and URI for each hyperlink.568 # It yields Hpricot::Text and URI for each hyperlink. 569 569 # 570 570 # The URI objects are created with a base URI which is given by … … 591 591 # of A element. 592 592 # 593 # It yields Hpricot::Text or Hpricot::Loc.593 # It yields Hpricot::Text. 594 594 # 595 595 # Note that +each_hyperlink+ yields HTML href attribute of BASE element.
