Bugs: Browse | Submit New | Admin

[#4542] htmltools auto-requires html/tree.rb even though it's not always necessary

Date:
2006-05-22 19:52
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
htmltools auto-requires html/tree.rb even though it's not always necessary

Detailed description
Rubyful Soup 1.04 uses htmltools 1.09 and only needs to use html/sgml_parser.rb

Requiring sgml_parser.rb does not require any other modules from the htmltools package.  However, the Gem is set up
to autorequire html/tree.rb.

This autorequire should be removed so that the namespace isn't unnecessarily polluted in cases where html/tree.rb is
not needed by the caller.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item