Method

RBRefStringget

Declaration [src]

const char*
rb_refstring_get (
  const RBRefString* val
)

Description [src]

Returns the actual string for a RBRefString.

Return value

Type: const char*

Underlying string, must not be freed.

The returned data is owned by the instance.
The value is a NUL terminated UTF-8 string.