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.
2 parents 33d7293 + 2d03541 commit e666991Copy full SHA for e666991
config/default.yml.erb
@@ -81,6 +81,8 @@ function:
81
<% end %>
82
83
pointer_hint:
84
+ RSTRING_END:
85
+ self: raw
86
RSTRING_PTR:
87
self: raw
88
rb_data_object_make:
spec/ruby_header_parser/parser_spec.rb
@@ -310,7 +310,7 @@
310
311
its(:name) { should eq "RSTRING_END" }
312
its(:definition) { should eq "RSTRING_END(VALUE str)" }
313
- its(:typeref) { should eq typeref(type: "char", pointer: :ref) }
+ its(:typeref) { should eq typeref(type: "char", pointer: :raw) }
314
its(:args) { should eq args }
315
end
316
0 commit comments