Method: Struct#each
- Defined in:
- struct.c
#each {|obj| ... } ⇒ Object
425 426 427 |
# File 'struct.c', line 425 static VALUE rb_struct_each(s) VALUE s; |
425 426 427 |
# File 'struct.c', line 425 static VALUE rb_struct_each(s) VALUE s; |