[Ironruby-core] Accessing open-uri from the same directory
Mohammad Azam
lists at ruby-forum.com
Wed Jun 17 14:22:16 EDT 2009
Here is the part of the ir.exe.config file.
<microsoft.scripting>
<languages>
<language names="IronPython;Python;py" extensions=".py"
displayName="IronPython 2.6 Alpha"
type="IronPython.Runtime.PythonContext, IronPython, Version=2.6.0.10,
Culture=neutral, PublicKeyToken=null" />
<language names="IronRuby;Ruby;rb" extensions=".rb"
displayName="IronRuby" type="IronRuby.Runtime.RubyContext, IronRuby,
Version=0.5.0.0, Culture=neutral, PublicKeyToken=null" />
</languages>
<options>
<set language="Ruby" option="LibraryPaths"
value="..\..\Languages\Ruby\libs\;..\..\..\External.LCA_RESTRICTED\Languages\Ruby\redist-libs\ruby\site_ruby\1.8\;..\..\..\External.LCA_RESTRICTED\Languages\Ruby\redist-libs\ruby\1.8\"
/>
</options>
</microsoft.scripting>
--
Posted via http://www.ruby-forum.com/.
More information about the Ironruby-core
mailing list