From: Roger Pack Date: 2009-08-17T22:03:35+09:00 Subject: [ruby-core:24950] Re: [Feature #1857] install *.h and *.inc > The tips are easy to get via HTTP (http://svn.ruby-lang.org/repos/ruby/trunk/), but I'm not sure where that would be useful. If I pull a revision from svn, then, how do I know which one? With 1.9+ you've got >> RUBY_DESCRIPTION => "ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-mingw32]" Unfortunately that revision description doesn't say which branch it came from [was it trunk or the 1.9.1 branch itself?] Perhaps that should be added? > 2 days ago, I talked with ko1 about Proc#to_source. If Proc#to_source is > supported by Ruby core, you can use ripper for generating S-expressoin. > Is this a good solution? That would work splendidly. Also requested would be *Method#to_source if possible [I guess impossible with C methods, but where possible]. Thanks! -r