Bugs: Browse | Submit New | Admin
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: