Skip to content

Commit

Permalink
adding some rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Dec 1, 2008
1 parent abc6a11 commit 9a37bcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/nokogiri/xml_xpath_context.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ VALUE cNokogiriXmlXpathContext;
void init_xml_xpath_context(void)
{
VALUE module = rb_define_module("Nokogiri");

/*
* Nokogiri::XML
*/
VALUE xml = rb_define_module_under(module, "XML");

/*
Expand Down

0 comments on commit 9a37bcd

Please sign in to comment.