Skip to content

Commit

Permalink
fix: xml_node_set.c: upstream truffleruby function signature patch
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Oct 12, 2020
1 parent 0dcf206 commit fa81190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/nokogiri/xml_node_set.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ static VALUE slice(int argc, VALUE *argv, VALUE self)
*
* Return this list as an Array
*/
static VALUE to_array(VALUE self, VALUE rb_node)
static VALUE to_array(VALUE self)
{
xmlNodeSetPtr node_set ;
VALUE list;
Expand Down

0 comments on commit fa81190

Please sign in to comment.