Added at_css to Nokogiri migration guide
This commit is contained in:
parent
082af145e3
commit
a938f23a0e
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue