From: "Hanmac (Hans Mackowiak)" Date: 2013-03-08T17:30:46+09:00 Subject: [ruby-core:53225] [ruby-trunk - Feature #8050][Open] struct stat to VALUE should be accessable from the C-API Issue #8050 has been reported by Hanmac (Hans Mackowiak). ---------------------------------------- Feature #8050: struct stat to VALUE should be accessable from the C-API https://bugs.ruby-lang.org/issues/8050 Author: Hanmac (Hans Mackowiak) Status: Open Priority: Normal Assignee: ruby-core Category: Target version: filc.c has methods to turn an struct stat into an File::Stat, the problem is that this methods are not accessable from the outside, and cant me mimiced my coping into the c-Ext code. so it would be good if there where a VALUE rb_stat_new(stuct stat); or something like that for the C-API -- http://bugs.ruby-lang.org/