Home
last modified time | relevance | path

Searched refs:from_rstring_ptr (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/
H A Dstring_spec.c399 VALUE from_rstring_ptr; in string_spec_RSTRING_PTR_after_yield() local
405 from_rstring_ptr = rb_str_new(ptr, len); in string_spec_RSTRING_PTR_after_yield()
406 return from_rstring_ptr; in string_spec_RSTRING_PTR_after_yield()
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/
H A Dstring_spec.rb467 from_rstring_ptr = @s.RSTRING_PTR_after_yield(str) { str.setbyte(1, 'B'.ord) }
468 from_rstring_ptr.should == "1B2"