On Wed, Apr 9, 2008 at 11:54 AM, Robert Brotherus
<[EMAIL PROTECTED]> wrote:
> I have had following working ok with the recent IR iterations:
>
> public object GetGlobalVar(string varName)
> {
> return ExecutionContext.GetGlobalVariable(varName);
> }
>
>
11 456 02
Fax. +358 9 22 813 800
Email: [EMAIL PROTECTED]
www.napa.fi
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Greg Akins
Sent: 9. huhtikuuta 2008 15:51
To: ironruby-core@rubyforge.org
Subject: [Ironruby-core] r93 update
I had written a
I had written a small "hello world" app that read a ruby file, using IronRuby.
It used this "puts \"Ruby and ${variable} together at last\"" where
"variable" is a global assigned in the C# program.
The program I'd written stopped compiling after the update so I looked
on the Wiki for changes.
Th