oga/spec
Yorick Peterse a15c19c4af Retrieving root nodes using Node#root_node.
This method uses a loop to traverse upwards the DOM tree in order to find the
root document/element. While this might have an impact on performance I don't
expect Oga itself to call this method very often. The benefit is that Node
instances don't require users to manually pass the top level document as an
argument.
2014-07-03 00:26:15 +02:00
..
oga Retrieving root nodes using Node#root_node. 2014-07-03 00:26:15 +02:00
support Added groups for code coverage results. 2014-06-23 09:43:41 +02:00
spec_helper.rb Upgrade to RSpec 3.0. 2014-06-02 12:09:38 +02:00