From: Jun Young Kim Date: 2009-11-12T18:22:19+09:00 Subject: how to find ruby header file without platform dependency. Hello everyone. Now I am wondering to have a way to find a location of the ruby header file in various platforms whenever I try to configure to compile my sources. in case of python, it provide the 'python-config' executable file to find a location of python.h. how about ruby? Is there any possible way to get a location(path) of it. thanks for all.