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 867992c commit 23066baCopy full SHA for 23066ba
1 file changed
bundler/spec/install/gemfile/git_spec.rb
@@ -1404,7 +1404,7 @@
1404
File.open(git_reader.path.join("ext/foo.c"), "w") do |file|
1405
file.write <<-C
1406
#include "ruby.h"
1407
- VALUE foo() { return INT2FIX(#{i}); }
+ VALUE foo(VALUE self) { return INT2FIX(#{i}); }
1408
void Init_foo() { rb_define_global_function("foo", &foo, 0); }
1409
C
1410
end
0 commit comments