Hello,<div><br></div><div>I&#39;m starting to integrate IronRuby files into a VisualStudio C# project, mainly to write easy-to-maintain GUI builders.</div><div><br></div><div>As I don&#39;t want to have .rb files lying around this deployment, I had that idea about embedding all the files inside an assembly, loading them at run time through resource manager and passing them to the IronRuby host I would start from C#.</div>
<div><br></div><div>While that would work, it would be even simplier to have these .rb files compiled to some assembly.</div><div><br></div><div>Is there a trick to compile a bunch of .rb files to an assembly today ?</div>
<div><br></div><div>thanks!</div><div><br></div><div>-- Thibaut</div>