Method: RBS::Location#buffer

Defined in:
ext/rbs_extension/legacy_location.c

#bufferObject



156
157
158
159
# File 'ext/rbs_extension/legacy_location.c', line 156

static VALUE location_buffer(VALUE self) {
    rbs_loc *loc = rbs_check_location(self);
    return loc->buffer;
}