Skip to content

Instantly share code, notes, and snippets.

@haikuwebdev
Created January 26, 2009 21:31
Show Gist options
  • Select an option

  • Save haikuwebdev/52976 to your computer and use it in GitHub Desktop.

Select an option

Save haikuwebdev/52976 to your computer and use it in GitHub Desktop.
# Put this in test_helper.rb
class String
def to_node
HTML::Document.new(self).root
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment