Home
last modified time | relevance | path

Searched defs:rb_method_entry_struct (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dmethod.h51 typedef struct rb_method_entry_struct { struct
52 VALUE flags;
53 const VALUE defined_class;
54 struct rb_method_definition_struct * const def;
55 ID called_id;
56 const VALUE owner;