Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
RMatch Struct Reference

#include <re.h>

Data Fields

struct RBasic basic
 
VALUE str
 
struct rmatchrmatch
 
VALUE regexp
 

Detailed Description

Definition at line 44 of file re.h.

Field Documentation

◆ basic

struct RBasic RMatch::basic

Definition at line 45 of file re.h.

◆ regexp

VALUE RMatch::regexp

Definition at line 48 of file re.h.

Referenced by gc_mark_children(), and match_set_string().

◆ rmatch

struct rmatch* RMatch::rmatch

Definition at line 47 of file re.h.

Referenced by match_set_string().

◆ str

VALUE RMatch::str

Definition at line 46 of file re.h.

Referenced by gc_mark_children(), and match_set_string().


The documentation for this struct was generated from the following file: