We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ef8e7 commit 0884dccCopy full SHA for 0884dcc
1 file changed
Scraper-Reference.md
@@ -84,7 +84,7 @@ HTML filters are executed first and manipulate a parsed version of the document
84
85
Filter stacks are like sorted sets. They can modified using the following methods:
86
87
-```
+```ruby
88
push(*names) # append one or more filters at the end
89
insert_before(index, *names) # insert one filter before another (index can be a name)
90
insert_after(index, *names) # insert one filter after another (index can be a name)
0 commit comments