Added at_css to Nokogiri migration guide

This commit is contained in:
Yorick Peterse 2015-11-17 16:35:50 +01:00
parent 082af145e3
commit a938f23a0e
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ used for both XPath expression and CSS selectors. Oga has no such method,
instead it provides the following more dedicated methods:
* `at_xpath`: returns the first node of an XPath expression
* `at_css`: returns the first node of a CSS expression
For example: