Method: StringIO#string
- Defined in:
- stringio.c
#string ⇒ String
462 463 464 465 466 |
# File 'stringio.c', line 462
static VALUE
strio_get_string(VALUE self)
{
return StringIO(self)->string;
}
|
462 463 464 465 466 |
# File 'stringio.c', line 462
static VALUE
strio_get_string(VALUE self)
{
return StringIO(self)->string;
}
|